Files
portfolio/deploy/k8s/overlays/prod/kustomization.yaml
Mayne0213 658e3e0127 FEAT(app): add self-managing application resources
- Add ArgoCD Application manifest
- Enable GitOps self-management
2025-12-17 18:02:03 +09:00

20 lines
362 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: portfolio
resources:
- ../../base
- resourcequota.yaml
commonLabels:
environment: production
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: main-sha-1a429f4202690b548a9f40d9e566d3d493eefc2d
patchesStrategicMerge:
- deployment-patch.yaml