1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-12-04 09:42:31 +02:00
imgproxy/docs/healthcheck.md
2018-10-08 12:23:24 +06:00

294 B

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 in when deploying with a container orchestration system such as Kubernetes.