mirror of
https://github.com/traefik/traefik.git
synced 2025-11-29 14:41:15 +01:00
Docs: Clarifying format of ingress endpoint service name
This commit is contained in:
parent
76bb2ef60c
commit
86407871e6
@ -310,7 +310,7 @@ _Optional, Default: empty_
|
|||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
[providers.kubernetesIngress.ingressEndpoint]
|
[providers.kubernetesIngress.ingressEndpoint]
|
||||||
publishedService = "foo-service"
|
publishedService = "namespace/foo-service"
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -318,15 +318,16 @@ _Optional, Default: empty_
|
|||||||
providers:
|
providers:
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
ingressEndpoint:
|
ingressEndpoint:
|
||||||
publishedService: "foo-service"
|
publishedService: "namespace/foo-service"
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash tab="CLI"
|
```bash tab="CLI"
|
||||||
--providers.kubernetesingress.ingressendpoint.publishedservice=foo-service
|
--providers.kubernetesingress.ingressendpoint.publishedservice=namespace/foo-service
|
||||||
```
|
```
|
||||||
|
|
||||||
Published Kubernetes Service to copy status from.
|
Published Kubernetes Service to copy status from.
|
||||||
|
Format: `namespace/servicename`.
|
||||||
|
|
||||||
### `throttleDuration`
|
### `throttleDuration`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user