Open jonathanfoster opened 7 months ago
@jonathanfoster Thank you for raising the issue.
We plan to improve health check endpoints for all our components to show liveliness and readiness status accurately. Once these new endpoints are ready, we will include them in our helm charts and also make those fields configurable.
I'd like to rename the Tyk Gateway health check endpoint
/hello
to/healthz
for consistency. I can do this with theTYK_GW_HEALTHCHECKENDPOINTNAME
environment variable, but if I do pods fail liveness checks because the liveness/readiness probes still check/hello
.It would be great if the liveness/readiness probe paths were exposed via
values
so they could be updated along with the health check endpoint. It would be even better if the path were automatically updated ifTYK_GW_HEALTHCHECKENDPOINTNAME
were set.