Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d250fab9
Unverified
Commit
d250fab9
authored
Apr 21, 2026
by
Jie Hao
Committed by
GitHub
Apr 21, 2026
Browse files
docs(observability): fix DYN_SYSTEM_PORT default in health-checks table (#8478)
parent
5c35805e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/observability/health-checks.md
docs/observability/health-checks.md
+1
-1
No files found.
docs/observability/health-checks.md
View file @
d250fab9
...
@@ -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`
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment