diff --git a/docs/content/routing/providers/kv.md b/docs/content/routing/providers/kv.md index b778e17f4..17eacafbe 100644 --- a/docs/content/routing/providers/kv.md +++ b/docs/content/routing/providers/kv.md @@ -106,17 +106,9 @@ A Story of key & values See [servers](../services/index.md#servers) for more information. - | Key (Path) | Value | - |-----------------------------------------------------------------|--------| - | `traefik/http/services/myservice/loadbalancer/servers/0/scheme` | `http` | - -??? info "`traefik/http/services//loadbalancer/servers//scheme`" - - Overrides the default scheme. - - | Key (Path) | Value | - |-----------------------------------------------------------------|--------| - | `traefik/http/services/myservice/loadbalancer/servers/0/scheme` | `http` | + | Key (Path) | Value -------------------------- | + |-----------------------------------------------------------------|---------------------------------------------------------| + | `traefik/http/services/myservice/loadbalancer/servers/0/url` | `http://:/` | ??? info "`traefik/http/services//loadbalancer/passhostheader`" @@ -381,9 +373,9 @@ You can declare TCP Routers and/or Services using KV. See [servers](../services/index.md#servers) for more information. - | Key (Path) | Value | - |-------------------------------------------------------------------|--------| - | `traefik/tcp/services/mytcpservice/loadbalancer/servers/0/scheme` | `http` | + | Key (Path) | Value | + |--------------------------------------------------------------------|------------------| + | `traefik/tcp/services/mytcpservice/loadbalancer/servers/0/address` | `xx.xx.xx.xx:xx` | ??? info "`traefik/tcp/services//loadbalancer/terminationdelay`"