fix(ingress-nginx): disable hostPort in values.yaml
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
463cdf3d85
commit
84650c4dd7
@ -107,7 +107,7 @@ controller:
|
|||||||
## Disabled by default
|
## Disabled by default
|
||||||
hostPort:
|
hostPort:
|
||||||
# -- Enable 'hostPort' or not
|
# -- Enable 'hostPort' or not
|
||||||
enabled: true
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
# -- 'hostPort' http port
|
# -- 'hostPort' http port
|
||||||
http: 80
|
http: 80
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user