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

8 lines
294 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.
You can use this for readiness/liveness probe in when deploying with a container orchestration system such as Kubernetes.