Fix ServersTransport documentation

Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
This commit is contained in:
Romain
2021-03-03 16:48:04 +01:00
committed by GitHub
parent d2d7cf14e5
commit ec0d03658d
7 changed files with 26 additions and 19 deletions

View File

@@ -287,10 +287,11 @@ you'd add the label `traefik.http.services.<name-of-your-choice>.loadbalancer.pa
??? info "`traefik.http.services.<service_name>.loadbalancer.serverstransport`"
Allows to reference a ServersTransport resource that is defined either with the File provider or the Kubernetes CRD one.
See [serverstransport](../services/index.md#serverstransport) for more information.
```yaml
- "traefik.http.services.<service_name>.loadbalancer.serverstransport=foobar"
- "traefik.http.services.<service_name>.loadbalancer.serverstransport=foobar@file"
```
??? info "`traefik.http.services.<service_name>.loadbalancer.passhostheader`"