Skip to content

Commit 7d02583

Browse files
authored
Merge pull request #171 from developmentseed/docs/health
Create health.md
2 parents 5a6f2ab + e7aed2f commit 7d02583

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/health.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Health checks and liveness probes
2+
3+
All services in eoAPI have endpoints for basic health checks.
4+
The deployment template includes instructions for these checks to get pinged on a regular basis - look for `livenessProbe`
5+
in https://github.com/developmentseed/eoapi-k8s/blob/main/helm-chart/eoapi/templates/services/deployment.yaml
6+
7+
If you are using the default ingress setup, the health endpoints are:
8+
9+
* Raster API: `/raster/healthz`, success: returns status code 200, no auth
10+
* Vector API: `/vector/healthz`, success: returns status code 200, no auth
11+
* STAC API: `/stac/_mgmt/ping`, sucess: returns status code 200, no auth

0 commit comments

Comments
 (0)