REFACTOR(deploy): move argocd manifests

- Reorganize ArgoCD application structure
- Move manifests to deploy/argocd folder
This commit is contained in:
2025-12-17 18:27:24 +09:00
parent b2a85d7f21
commit 129993ed93
4 changed files with 1 additions and 1 deletions

View File

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