fix: typo in healthCheck examples

This commit is contained in:
Julian Maestri 2019-10-07 05:14:04 -03:00 committed by Traefiker Bot
parent 0865962f8d
commit c83d7916c9

View file

@ -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: