mirror of
https://github.com/containous/traefik.git
synced 2025-01-10 01:17:55 +03:00
fix: typo in healthCheck examples
This commit is contained in:
parent
0865962f8d
commit
c83d7916c9
@ -232,7 +232,7 @@ Below are the available options for the health check mechanism:
|
||||
```toml tab="TOML"
|
||||
## Dynamic configuration
|
||||
[http.services]
|
||||
[http.servicess.Service-1]
|
||||
[http.services.Service-1]
|
||||
[http.services.Service-1.loadBalancer.healthCheck]
|
||||
path = "/health"
|
||||
interval = "10s"
|
||||
@ -242,7 +242,7 @@ Below are the available options for the health check mechanism:
|
||||
```yaml tab="YAML"
|
||||
## Dynamic configuration
|
||||
http:
|
||||
servicess:
|
||||
services:
|
||||
Service-1:
|
||||
loadBalancer:
|
||||
healthCheck:
|
||||
|
Loading…
Reference in New Issue
Block a user