37 lines
747 B
YAML
37 lines
747 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: snappymail
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
|
|
source:
|
|
repoURL: https://git.dvirlabs.com/dvirlabs/mail-services.git
|
|
targetRevision: HEAD
|
|
path: charts/snappymail
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/snappymail/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
|