service type from loadBalancer to NodePort

This commit is contained in:
Quentin Legot 2023-10-12 13:55:05 +02:00
parent 130e04d903
commit 054421d2e0
3 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ spec:
selector: selector:
app: dovecot app: dovecot
tier: imap tier: imap
type: LoadBalancer type: NodePort

View File

@ -8,7 +8,7 @@ spec:
selector: selector:
app: postfix app: postfix
tier: smtp tier: smtp
type: LoadBalancer type: NodePort
ports: ports:
- port: 30587 - port: 30587
targetPort: 587 targetPort: 587

View File

@ -8,7 +8,7 @@ spec:
selector: selector:
app: roundcube app: roundcube
tier: frontend tier: frontend
type: LoadBalancer type: NodePort
ports: ports:
- nodePort: 30180 - nodePort: 30180
port: 80 port: 80