revert to LoadBalancer
This commit is contained in:
parent
186b8178d7
commit
8f969d6489
9
kustomize/ingress-dovecot.yaml
Normal file
9
kustomize/ingress-dovecot.yaml
Normal 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
|
@ -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
|
||||||
|
@ -14,7 +14,3 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
status:
|
|
||||||
loadBalancer:
|
|
||||||
ingress:
|
|
||||||
- ip: 192.0.2.127
|
|
Loading…
Reference in New Issue
Block a user