Files
Robbie Blaine 21693ad18f [bitnami/keycloak] Fix health probe paths with httpRelativePath (#36467)
* [bitnami/keycloak] Fix health probe paths with httpRelativePath

Startup, liveness, and readiness probe paths were hardcoded
without accounting for the `httpRelativePath` value, causing
probes to fail when a custom relative path is configured.

Prefix each health endpoint (`/health/started`, `/health/live`,
`/health/ready`) with the configured `httpRelativePath`, trimming
any trailing slash to avoid double slashes in the path.

Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
2026-02-19 12:03:14 +01:00
..