Change smtp to np
This commit is contained in:
parent
b1f50fb1f1
commit
b4fde27baa
@ -37,10 +37,25 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
smtp:
|
# smtp:
|
||||||
|
# type: ClusterIP
|
||||||
|
|
||||||
|
front:
|
||||||
|
externalService:
|
||||||
|
enabled: true
|
||||||
type: NodePort
|
type: NodePort
|
||||||
port: 25
|
externalTrafficPolicy: Local
|
||||||
nodePort: 31025
|
ports:
|
||||||
|
smtp: true
|
||||||
|
smtps: false
|
||||||
|
submission: false
|
||||||
|
imap: false
|
||||||
|
imaps: false
|
||||||
|
pop3: false
|
||||||
|
pop3s: false
|
||||||
|
manageSieve: false
|
||||||
|
nodePorts:
|
||||||
|
smtp: 31025
|
||||||
|
|
||||||
dkim:
|
dkim:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user