Compare commits
No commits in common. "9641b3b54a825500a0af8847c9f1723c54366911" and "1904bb8fe813b56b12cc823773a27185ea8f7382" have entirely different histories.
9641b3b54a
...
1904bb8fe8
@ -18,6 +18,10 @@ spec:
|
||||
namespace: mail-services
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
allowEmpty: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
|
||||
@ -21,6 +21,10 @@ spec:
|
||||
namespace: mail-services
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
allowEmpty: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
||||
@ -27,6 +27,10 @@ spec:
|
||||
- '.spec.volumeClaimTemplates[]?'
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
allowEmpty: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- RespectIgnoreDifferences=true
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user