1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
imgproxy/docs/healthcheck.md

8 lines
291 B
Markdown
Raw Normal View History

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