Files
gitops-infra/environments/health-app/overlays/production/kustomization.yaml
infinicaretech cd9d319f0a feat: initial GitOps infrastructure
ArgoCD app definitions, Kustomize manifests for health-app,
cert-manager ClusterIssuer, and AppProject configuration.

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

19 lines
311 B
YAML

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