- Remove replicas:1 override (base has 2) - Add HPA: min 2, max 5 replicas (CPU 70%, memory 80%) - Update image tag to 455d984 (OAuth pre-render fix) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
181 B
YAML
11 lines
181 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
- hpa.yaml
|
|
|
|
images:
|
|
- name: 10.0.0.3:31427/gitea_admin/pubmedis
|
|
newTag: "455d984"
|