Fix wrong port declaration in postfix and dovecot svc

This commit is contained in:
Quentin Legot 2023-10-10 15:56:51 +02:00
parent ad1e77cad0
commit 7778b1254b
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -10,6 +10,6 @@ spec:
tier: smtp
type: LoadBalancer
ports:
- port: 30025
targetPort: 25
- port: 30587
targetPort: 587
name: postfix-smtp