Skip to content

Add 'enabled' flag for readiness and liveness probes in helm chart

In cases where minimal tooling is available in the container (no ps, etc) - we want the option to disregard the liveness and readiness probes.

Alternatively, we would have to:

  • Add an http server to a data metric transformer, not ideal
  • Add additional binaries to the footprint of our container image, not ideal
  • Change the liveness/readiness probes to use exec whose command is 'true', hacky at best

There is already a feature flag for toggling the startup probe, this is identical to that implementation.

Merge request reports

Loading