Files
portfolio/deploy/k8s/overlays/prod/kustomization.yaml
Mayne0213 aed71ca093 CHORE(app): add images to kustomization
- Add images configuration for ArgoCD
- Enable image updates via GitOps
2025-12-03 15:07:35 +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-9cb98b93934915fe6839f903f62c7a4142cd1a9f
patchesStrategicMerge:
- deployment-patch.yaml