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.
2 parents 5a6f2ab + e7aed2f commit 7d02583Copy full SHA for 7d02583
docs/health.md
@@ -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