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