FEAT(app): add prod yaml to kustomization

- Add production ArgoCD Application to kustomization
- Enable prod deployment management
This commit is contained in:
2025-12-30 01:35:17 +09:00
parent f9a585cfe5
commit 25546df4f3
2 changed files with 2 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ resources:
- application.yaml - application.yaml
# Application deployments (prod and dev) # Application deployments (prod and dev)
- application-prod.yaml
- application-dev.yaml - application-dev.yaml

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: ghcr.io/mayne0213/jovies
newTag: main-sha-67b36e4db654d3b972c1575ab081314c088ecb9c newTag: main-sha-aeab397e19f0e5260ce665c7f9e811de7bae99b2
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml