Health Check Endpoint for Kubernetes

Hey everyone,
I am running Drone on a Kubernetes cluster and since my recent upgrade to version 2.4 requests to the website get redirected to /welcome. This breaks the health check of my load balancer.
Is there an available endbpoint for health checks which return HTTP 200 or can you disable the redirect?
Many thanks

you can use the /healthz endpoint for health check

Thanks! It would be great if the drone helm charts also use that endpoint :slight_smile: