1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00
imgproxy/docs/healthcheck.md

8 lines
291 B
Markdown
Raw Normal View History

2018-10-04 18:59:57 +06:00
# Health check
2018-10-08 12:23:20 +06:00
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.
2018-10-22 13:20:20 +06:00
You can use this for readiness/liveness probe when deploying with a container orchestration system such as Kubernetes.