mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:51:55 +00:00
Update health checks docs to include instance version in response (#56435)
This commit is contained in:
parent
8b91ee2697
commit
354dc4e4ee
@ -1,5 +1,5 @@
|
||||
# Health checks
|
||||
|
||||
An application health check status endpoint is available at the URL path `/healthz`. It returns HTTP 200 if and only if the main frontend server and databases (PostgreSQL and Redis) are available.
|
||||
An application health check status endpoint is available at the URL path `/healthz`. It returns HTTP 200 if and only if the main frontend server and databases (PostgreSQL and Redis) are available, and also returns the version of the instance.
|
||||
|
||||
The [Kubernetes cluster deployment option](../deploy/kubernetes/index.md) ships with comprehensive health checks for each Kubernetes deployment.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user