Files
2026-06-04 15:09:48 +03:00

19 lines
418 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sova-projects
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: prod
path: argocd/projects
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true