fix(ingress-nginx): disable hostPort in values.yaml

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-13 02:50:06 +08:00
parent 463cdf3d85
commit 84650c4dd7

View File

@ -107,7 +107,7 @@ controller:
## Disabled by default
hostPort:
# -- Enable 'hostPort' or not
enabled: true
enabled: false
ports:
# -- 'hostPort' http port
http: 80