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:
|
||||
app: postfix
|
||||
tier: smtp
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 30587
|
||||
targetPort: 587
|
||||
|
@ -13,8 +13,4 @@ spec:
|
||||
- nodePort: 30180
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
status:
|
||||
loadBalancer:
|
||||
ingress:
|
||||
- ip: 192.0.2.127
|
||||
targetPort: 80
|
Loading…
Reference in New Issue
Block a user