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:
app: dovecot
tier: imap
type: LoadBalancer
type: NodePort

View File

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

View File

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