39 lines
804 B
YAML
39 lines
804 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://git.dvirlabs.com/dvirlabs/mail-services.git
|
|
targetRevision: HEAD
|
|
path: charts/stalwart
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/stalwart/values.yaml
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: mail-services
|
|
|
|
ignoreDifferences:
|
|
- group: apps
|
|
kind: StatefulSet
|
|
jqPathExpressions:
|
|
- '.spec.volumeClaimTemplates[]?'
|
|
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- RespectIgnoreDifferences=true
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|