We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9fbd6 commit 8e33de9Copy full SHA for 8e33de9
docs/features/load-balancer/healthchecks.md
@@ -132,7 +132,7 @@ If your load balancer supports sending HTTP health checks to a configurable port
132
133
```toml
134
[general]
135
-healthcheck_endpoint = 8080
+healthcheck_port = 8080
136
```
137
138
This is configurable on startup only and will spin up an HTTP server on `http://0.0.0.0:8080` (or whatever port you set).
0 commit comments