Skip to content

Commit

Permalink
Merge pull request #171 from developmentseed/docs/health
Browse files Browse the repository at this point in the history
Create health.md
  • Loading branch information
j08lue authored Jan 10, 2025
2 parents 5a6f2ab + e7aed2f commit 7d02583
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 7d02583

Please sign in to comment.