diff --git a/registry/clusters/dev/registry.yaml b/registry/clusters/dev/registry.yaml new file mode 100644 index 0000000..65f90e9 --- /dev/null +++ b/registry/clusters/dev/registry.yaml @@ -0,0 +1,30 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: registry + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "1001" + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: git@github.com:mrsimonemms/infrastructure.git + path: registry/clusters/dev + targetRevision: sje/argo-registry + destination: + server: https://kubernetes.default.svc + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + retry: + limit: 5 + backoff: + duration: 5s + maxDuration: 5m0s + factor: 2