1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 05:00:11 -04:00

5 Commits

Author SHA1 Message Date
tparker00
bbd7f8a4af Updated healthcheck file ()
Healthcheck is no longer checking for a file so the -I in the curl check will fail.
2018-03-14 13:21:56 +05:30
Nitish Tiwari
10b01ac836
Add healthcheck endpoints ()
This PR adds readiness and liveness endpoints to probe Minio server
instance health. Endpoints can only be accessed without authentication
and the paths are /minio/health/live and /minio/health/ready for
liveness and readiness respectively.

The new healthcheck liveness endpoint is used for Docker healthcheck
now.

Fixes 
Fixes 
2018-03-12 11:46:53 +05:30
Paul Trunk
bd9cdcf379 Add custom secret names for Docker () 2018-01-09 10:46:25 +05:30
Arnaud de Mouhy
c9e00ae0a5 Add support for dynamic address in docker healthcheck () 2017-11-24 14:11:26 +05:30
Harshavardhana
c46c2a6dd6 Fix healthcheck issue with Docker containers ()
Fixes 
2017-10-05 13:52:57 -07:00