1
0
Fork 0

refactor(ingress-nginx): use controller.hostPort and not service type NodePort

This commit is contained in:
Vojtěch Mareš 2022-08-20 15:44:21 +02:00
parent 426a047460
commit 3941cf6c82
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -5,11 +5,11 @@ ingress-nginx:
ingressClassResource:
default: true
hostPort:
enabled: true
service:
type: NodePort
nodePorts:
http: 30080
https: 30443
type: ClusterIP
metrics:
enabled: false