Try smtp with metallb
This commit is contained in:
parent
159be06f30
commit
de2a436486
@ -10,7 +10,6 @@ ingress:
|
|||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: "web,websecure"
|
traefik.ingress.kubernetes.io/router.entrypoints: "web,websecure"
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: mail.dvirlabs.com
|
- host: mail.dvirlabs.com
|
||||||
paths:
|
paths:
|
||||||
@ -34,18 +33,6 @@ tls:
|
|||||||
certmanager:
|
certmanager:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
service:
|
|
||||||
front:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
targetPort: 80
|
|
||||||
|
|
||||||
smtp:
|
|
||||||
type: LoadBalancer
|
|
||||||
externalTrafficPolicy: Cluster
|
|
||||||
port: 25
|
|
||||||
targetPort: 25
|
|
||||||
|
|
||||||
front:
|
front:
|
||||||
realIpFrom:
|
realIpFrom:
|
||||||
- 192.168.10.0/24
|
- 192.168.10.0/24
|
||||||
@ -55,13 +42,18 @@ front:
|
|||||||
externalTrafficPolicy: Cluster
|
externalTrafficPolicy: Cluster
|
||||||
ports:
|
ports:
|
||||||
smtp: true
|
smtp: true
|
||||||
smtps: false
|
nodeSelector: {} # הסר את ההגבלה ל־master אם יש לך מספיק נודים
|
||||||
submission: false
|
|
||||||
imap: false
|
# הסרת hostPort אם נתמך:
|
||||||
imaps: false
|
front:
|
||||||
pop3: false
|
containerPortsOverride:
|
||||||
pop3s: false
|
smtp: null
|
||||||
manageSieve: false
|
smtps: null
|
||||||
|
smtpd: null
|
||||||
|
imap: null
|
||||||
|
imaps: null
|
||||||
|
pop3: null
|
||||||
|
pop3s: null
|
||||||
|
|
||||||
dkim:
|
dkim:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user