mail-services/argocd-apps/stalwart.yaml

37 lines
775 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: stalwart
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/YOUR_USERNAME/mail-services.git # TODO: Update with your repo URL
targetRevision: HEAD
path: charts/stalwart
helm:
valueFiles:
- ../../manifests/stalwart/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: mail
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m