initial git commit saving configs
This commit is contained in:
14
traefik/values.yaml
Normal file
14
traefik/values.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`dashboard.localhost`)
|
||||
entryPoints:
|
||||
- web
|
||||
providers:
|
||||
kubernetesGateway:
|
||||
enabled: true
|
||||
gateway:
|
||||
listeners:
|
||||
web:
|
||||
namespacePolicy:
|
||||
from: All
|
||||
Reference in New Issue
Block a user