Fix documentation to match new gateway-api selector syntax
This commit is contained in:
parent
3b33ffa245
commit
50f95dd909
3 changed files with 13 additions and 6 deletions
|
|
@ -79,7 +79,10 @@ providers:
|
|||
kubernetesGateway:
|
||||
enabled: true
|
||||
gateway:
|
||||
namespacePolicy: All
|
||||
listeners:
|
||||
web:
|
||||
namespacePolicy:
|
||||
from: All
|
||||
```
|
||||
|
||||
!!! info
|
||||
|
|
@ -106,7 +109,7 @@ helm install traefik traefik/traefik --wait \
|
|||
--set ingressRoute.dashboard.matchRule='Host(`dashboard.localhost`)' \
|
||||
--set ingressRoute.dashboard.entryPoints={web} \
|
||||
--set providers.kubernetesGateway.enabled=true \
|
||||
--set gateway.namespacePolicy=All
|
||||
--set gateway.listeners.web.namespacePolicy.from=All
|
||||
```
|
||||
|
||||
!!! info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue