Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/health.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Health checks and liveness probes

All services in eoAPI have endpoints for basic health checks.
The deployment template includes instructions for these checks to get pinged on a regular basis - look for `livenessProbe`
in https://github.com/developmentseed/eoapi-k8s/blob/main/helm-chart/eoapi/templates/services/deployment.yaml

If you are using the default ingress setup, the health endpoints are:

* Raster API: `/raster/healthz`, success: returns status code 200, no auth
* Vector API: `/vector/healthz`, success: returns status code 200, no auth
* STAC API: `/stac/_mgmt/ping`, sucess: returns status code 200, no auth
Loading