FEAT(deploy): add prod argocd app

- Add ArgoCD Application for production environment
- Enable prod deployment management
This commit is contained in:
2025-12-17 20:28:07 +09:00
parent c4c923bc98
commit 344c946f06
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: todo-prod
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea0213.kro.kr/bluemayne/todo.git
targetRevision: main
path: deploy/k8s/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: todo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

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

View File

@@ -15,7 +15,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: main-sha-616d54451fb0d891141cc2b3f2d769687e0cd80c
newTag: main-sha-1fbca3e01607da3944543ad1dfa34c0686da3523
patchesStrategicMerge:
- deployment-patch.yaml