Skip to content

Commit e7aed2f

Browse files
authored
List endpoints per service
1 parent 6408849 commit e7aed2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/health.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
All services in eoAPI have endpoints for basic health checks.
44
The deployment template includes instructions for these checks to get pinged on a regular basis - look for `livenessProbe`
55
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)