Fix wrong port declaration in postfix and dovecot svc
This commit is contained in:
parent
ad1e77cad0
commit
7778b1254b
@ -6,10 +6,10 @@ metadata:
|
||||
app: dovecot
|
||||
spec:
|
||||
ports:
|
||||
- nodePort: 30024
|
||||
port: 24
|
||||
- nodePort: 30143
|
||||
port: 143
|
||||
protocol: TCP
|
||||
targetPort: 24
|
||||
targetPort: 143
|
||||
selector:
|
||||
app: dovecot
|
||||
tier: imap
|
||||
|
@ -10,6 +10,6 @@ spec:
|
||||
tier: smtp
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 30025
|
||||
targetPort: 25
|
||||
- port: 30587
|
||||
targetPort: 587
|
||||
name: postfix-smtp
|
||||
|
Loading…
Reference in New Issue
Block a user