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:
app: postfix
tier: smtp
type: NodePort
type: LoadBalancer
ports:
- port: 30587
targetPort: 587

View File

@ -14,7 +14,3 @@ spec:
port: 80
protocol: TCP
targetPort: 80
status:
loadBalancer:
ingress:
- ip: 192.0.2.127