diff --git a/argocd_app.yml b/argocd_app.yml new file mode 100644 index 0000000..c6d13b4 --- /dev/null +++ b/argocd_app.yml @@ -0,0 +1,27 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-deployments + namespace: argocd +spec: + project: default + source: + repoURL: 'https://git.smsvc.net/k8s/cluster-deployments.git' + path: manifests/ + targetRevision: HEAD + directory: + recurse: true + destination: + server: 'https://kubernetes.default.svc' + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 5m