14 lines
238 B
YAML
14 lines
238 B
YAML
ingressRoute:
|
|
dashboard:
|
|
enabled: true
|
|
matchRule: Host(`dashboard.localhost`)
|
|
entryPoints:
|
|
- web
|
|
providers:
|
|
kubernetesGateway:
|
|
enabled: true
|
|
gateway:
|
|
listeners:
|
|
web:
|
|
namespacePolicy:
|
|
from: All |