mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
* [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>