Compare commits

..

No commits in common. "9641b3b54a825500a0af8847c9f1723c54366911" and "1904bb8fe813b56b12cc823773a27185ea8f7382" have entirely different histories.

4 changed files with 13 additions and 1 deletions

View File

@ -18,6 +18,10 @@ spec:
namespace: mail-services
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
retry:

View File

@ -21,6 +21,10 @@ spec:
namespace: mail-services
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

View File

@ -27,6 +27,10 @@ spec:
- '.spec.volumeClaimTemplates[]?'
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- RespectIgnoreDifferences=true

View File

@ -13,7 +13,7 @@ ingress:
traefik.ingress.kubernetes.io/router.tls: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
hosts:
- host: webmail.dvirlabs.com
- host: mail.dvirlabs.com
paths:
- path: /
pathType: Prefix