Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 291 Bytes

healthcheck.md

File metadata and controls

7 lines (4 loc) · 291 Bytes

Health check

imgproxy comes with a built-in health check HTTP endpoint at /health.

GET /health returns HTTP Status 200 OK if the server is started successfully.

You can use this for readiness/liveness probe when deploying with a container orchestration system such as Kubernetes.