Files
gitops-infra/environments/health-app/overlays/production/kustomization.yaml
infinicaretech f6c546d34e fix: update image to Gitea cluster service registry
containerd configured on all nodes with insecure registry for
gitea-http.gitea.svc:3000.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 21:29:22 +00:00

19 lines
326 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
images:
- name: gitea-http.gitea.svc:3000/gitea_admin/health-app
newTag: latest
patches:
- target:
kind: Deployment
name: health-app
patch: |-
- op: replace
path: /spec/replicas
value: 2