Use case
I want to deploy an InfluxDB instance to the Google Kubernetes Cloud. In order to expose the application to the outer world, I need to create an Ingress.
Problem
The Ingress requires a health check. I can configure the endpoint of the health check but it needs to return a HTTP 200. The /ping endpoint currently returns an HTTP 204 which is unsuitable.
Sugggestion
Consider adding an endpoint that returns a HTTP 200 or make the status code returned from /ping configureable.
Use case
I want to deploy an InfluxDB instance to the Google Kubernetes Cloud. In order to expose the application to the outer world, I need to create an Ingress.
Problem
The Ingress requires a health check. I can configure the endpoint of the health check but it needs to return a HTTP 200. The
/pingendpoint currently returns an HTTP 204 which is unsuitable.Sugggestion
Consider adding an endpoint that returns a HTTP 200 or make the status code returned from
/pingconfigureable.