diff --git a/argocd-apps/raw-resources-mail-services.yaml b/argocd-apps/raw-resources-mail-services.yaml new file mode 100644 index 0000000..10f55f0 --- /dev/null +++ b/argocd-apps/raw-resources-mail-services.yaml @@ -0,0 +1,32 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: raw-resources-mail-services + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + + source: + repoURL: https://git.dvirlabs.com/dvirlabs/mail-services.git + targetRevision: HEAD + path: manifests/raw-resources-mail-services + + destination: + server: https://kubernetes.default.svc + namespace: mail + + syncPolicy: + automated: + prune: true + selfHeal: true + allowEmpty: false + syncOptions: + - CreateNamespace=true + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m