We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6408849 commit e7aed2fCopy full SHA for e7aed2f
docs/health.md
@@ -3,3 +3,9 @@
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