gf-k8s/state/gullfaxi/system-application.yaml
2023-09-04 10:55:03 +07:00

30 lines
684 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: system
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: argocd
# default is for app-of-apps applications
# others should go to corresponding projects: system, apps, etc
project: default
source:
repoURL: git@github.com:amkartashov/gf-k8s.git
path: state/gullfaxi/system/
targetRevision: main
directory:
recurse: false
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m