Merge branch 'master' of https://git.dvirlabs.com/dvirlabs/mail-services
This commit is contained in:
commit
bd8469bd1c
@ -37,8 +37,27 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
smtp:
|
# smtp:
|
||||||
type: ClusterIP
|
# type: ClusterIP
|
||||||
|
|
||||||
|
front:
|
||||||
|
realIpFrom:
|
||||||
|
- 192.168.10.0/24
|
||||||
|
externalService:
|
||||||
|
enabled: true
|
||||||
|
type: NodePort
|
||||||
|
externalTrafficPolicy: Cluster
|
||||||
|
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