feat(ingress-nginx): specify health check path
This commit is contained in:
parent
3495641bd2
commit
36e47837a1
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ spec:
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
default: "true"
|
default: "true"
|
||||||
controller:
|
controller:
|
||||||
|
healthCheckPath: /healthz
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
|
|
|
||||||
Reference in a new issue