zkt26/z2/tasks-app/argocd-app.yml
2026-04-22 18:56:06 +02:00

24 lines
487 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tasks-app
namespace: argocd
spec:
project: default
source:
repoURL: git@git.kemt.fei.tuke.sk:pu699ge/zkt26.git/z2
targetRevision: main
path: tasks-app
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: application
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true