Change health check URL to /health

Hi There,

Is there any way to change the health check URL to /health (ex - https://localhost:8443/health) for Keycloak 18.0 (Quarkus)? The current URL which is working for me is https://localhost:8443/auth/health as I have configured env variable KC_HTTP_RELATIVE_PATH=/auth (We need this relative path). But we need to /health on root level.

Thanks,
Sagun