Files
gitops-infra/environments/health-app/overlays/production/kustomization.yaml
infinicaretech 07610fd448 fix: use NodePort address for container image registry
Node kubelets use host DNS, not cluster DNS. Image address must
be reachable from host network: 10.0.0.3:31427.

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

19 lines
315 B
YAML

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