Try smtp with metallb

This commit is contained in:
dvirlabs 2025-05-30 17:44:59 +03:00
parent 2503b5c64d
commit a31c25b9d9

View File

@ -34,30 +34,25 @@ tls:
certmanager:
enabled: true
# Internal service (ClusterIP)
service:
front:
type: ClusterIP
port: 80
targetPort: 80
# External access via MetalLB (LoadBalancer)
front:
realIpFrom:
- 192.168.10.0/24
nodeSelector:
node-role.kubernetes.io/worker: "true"
externalService:
enabled: true
type: LoadBalancer
externalTrafficPolicy: Cluster
ports:
smtp: true # port 25
submission: true # port 587
imap: true # port 143
imaps: true # port 993
# Optional: You can manually specify a loadBalancerIP here if you want to fix the IP
# loadBalancerIP: 192.168.10.241
nodeSelector:
node-role.kubernetes.io/worker: "true"
smtp: true
smtps: true
submission: true
imap: true
imaps: true
pop3: false
pop3s: false
manageSieve: false
dkim:
enabled: true