revert to LoadBalancer

This commit is contained in:
Quentin Legot 2023-10-12 14:16:50 +02:00
parent 186b8178d7
commit 8f969d6489
3 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,9 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dovecot-ingress
labels:
name: dovecot-ingress
spec:
rules:
- host: mail.virt.local

View File

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

View File

@ -13,8 +13,4 @@ spec:
- nodePort: 30180 - nodePort: 30180
port: 80 port: 80
protocol: TCP protocol: TCP
targetPort: 80 targetPort: 80
status:
loadBalancer:
ingress:
- ip: 192.0.2.127