Files
todo/deploy/argocd/application-prod.yaml
Mayne0213 7adbfc69d0 CHORE(ci): update repoURL from Gitea to GitHub
- Update repository URL to GitHub
- Change source control provider
2025-12-30 01:17:21 +09:00

21 lines
437 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: todo-prod
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/Mayne0213/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