I am running an NodeJS application on GAE and trying to have a healthz endpoint to return the service status.
I am facing issue where it returns 404 for /healthz endpoint while it works if I were using /health. Is there anyway to use /healthz instead?
I have heard about that Cloud Run uses /healthz as a reserved endpoint.