Add support for custom healthz path in helm chart
This commit is contained in:
parent
130af33510
commit
3a5bc90709
4 changed files with 13 additions and 2 deletions
|
|
@ -212,6 +212,10 @@ controller:
|
|||
timeoutSeconds: 1
|
||||
port: 10254
|
||||
|
||||
# Path of the health check endpoint. All requests received on the port defined by
|
||||
# the healthz-port parameter are forwarded internally to this path.
|
||||
healthCheckPath: "/healthz"
|
||||
|
||||
## Annotations to be added to controller pods
|
||||
##
|
||||
podAnnotations: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue