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 namespace: mail-services
syncPolicy: syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
retry: retry:

View File

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

View File

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

View File

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