Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix KV service docs for http:url and tcp:address #6720

Merged
merged 4 commits into from
Apr 27, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 6 additions & 14 deletions docs/content/routing/providers/kv.md
Expand Up @@ -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/<service_name>/loadbalancer/servers/<n>/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://<ip-server-1>:<port-server-1>/` |

??? info "`traefik/http/services/<service_name>/loadbalancer/passhostheader`"

Expand Down Expand Up @@ -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/<service_name>/loadbalancer/terminationdelay`"

Expand Down