Add ArgoCD app for raw-resources-mail-services (LoadBalancer)

This commit is contained in:
dvirlabs 2026-05-17 13:54:26 +03:00
parent b094fe6fec
commit bb9c85ae43

View File

@ -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