Liveness probe - just checks if the process is running
health
Liveness probe - just checks if the process is running
GET /health
Returns 200 if the process is alive, 503 if not. This is a lightweight check that doesn’t verify dependencies.
GET
Liveness probe - just checks if the process is running
Response
200 - application/json
Service is alive

