Remove unnesseary ports

This commit is contained in:
Quentin Legot 2023-10-10 15:35:45 +02:00
parent 04a4bede48
commit 1391b0ddaf
2 changed files with 0 additions and 17 deletions

View File

@ -10,17 +10,6 @@ spec:
port: 24 port: 24
protocol: TCP protocol: TCP
targetPort: 24 targetPort: 24
name: dovecot-lmtp
- nodePort: 30143
port: 143
protocol: TCP
targetPort: 143
name: dovecot-imap
- nodePort: 30993
port: 993
protocol: TCP
targetPort: 993
name: dovecot-imaps
selector: selector:
app: dovecot app: dovecot
tier: imap tier: imap

View File

@ -13,9 +13,3 @@ spec:
- port: 30025 - port: 30025
targetPort: 25 targetPort: 25
name: postfix-smtp name: postfix-smtp
- port: 30143
targetPort: 143
name: postfix-auth-smtp-tls
- port: 30587
targetPort: 587
name: postfix-msa