Helm Chart Health Check Paths​Helm ​Chart ​Health ​Check ​Paths

Available on: Open Source EditionEnterprise Edition

Release: 0.22.0

Change in the health check paths for Kestra's Helm Chart

Overview

Before this Helm Charts PR, both probes pointed to /health. This caused Kubernetes to restart the pod when an external component was unavailable.

To resolve this, we updated the value file to configure the liveness and readiness probes to use the health paths recommended by Micronaut:

  • Liveness probe now points to /health/liveness
  • Readiness probe now points to /health/readiness.

Before Kestra 0.22

  • Liveness probe: /health
  • Readiness probe: /health

After Kestra 0.22

  • Liveness probe: /health/liveness
  • Readiness probe: /health/readiness

Was this page helpful?