fix(services): Specify dovecot with fqdn

This commit is contained in:
Thomas Kaltenbrunner
2023-07-28 12:04:43 +02:00
parent 8ce01df681
commit 59d64de44e
4 changed files with 22 additions and 9 deletions

View File

@@ -45,4 +45,14 @@ global:
#
imagePullSecrets:
- "external-registry"
## Define internal kubernetes domain, usually svc.cluster.local
## Workaround for calico with postfix
#
internalDomain: "svc.cluster.local"
## Define internal kubernetes network for postfix
## Attention: Mail from this network can be sent without authentication!
#
internalNetwork: "10.0.0.0/8"
...