From 367e797d5f8bf5165c94e9bff811b2d6ee623df8 Mon Sep 17 00:00:00 2001 From: bryfry <116113+bryfry@users.noreply.github.com> Date: Mon, 27 Apr 2020 11:18:04 -0400 Subject: [PATCH] fix KV service docs for http:url and tcp:address --- docs/content/routing/providers/kv.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) 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`"