Unverified Commit d250fab9 authored by Jie Hao's avatar Jie Hao Committed by GitHub
Browse files

docs(observability): fix DYN_SYSTEM_PORT default in health-checks table (#8478)

parent 5c35805e
...@@ -14,7 +14,7 @@ orchestration frameworks such as Kubernetes. ...@@ -14,7 +14,7 @@ orchestration frameworks such as Kubernetes.
| Variable | Description | Default | Example | | Variable | Description | Default | Example |
|----------|-------------|---------|---------| |----------|-------------|---------|---------|
| `DYN_SYSTEM_PORT` | System status server port | `8081` | `9090` | | `DYN_SYSTEM_PORT` | System status server port | `-1` (disabled) | `8081` |
| `DYN_SYSTEM_STARTING_HEALTH_STATUS` | Initial health status | `notready` | `ready`, `notready` | | `DYN_SYSTEM_STARTING_HEALTH_STATUS` | Initial health status | `notready` | `ready`, `notready` |
| `DYN_SYSTEM_HEALTH_PATH` | Custom health endpoint path | `/health` | `/custom/health` | | `DYN_SYSTEM_HEALTH_PATH` | Custom health endpoint path | `/health` | `/custom/health` |
| `DYN_SYSTEM_LIVE_PATH` | Custom liveness endpoint path | `/live` | `/custom/live` | | `DYN_SYSTEM_LIVE_PATH` | Custom liveness endpoint path | `/live` | `/custom/live` |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment