Integrating traefik
This commit is contained in:
15
opencloud/dev-values.yaml
Normal file
15
opencloud/dev-values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
openldap:
|
||||
enabled: false
|
||||
|
||||
traefik:
|
||||
enabled: true
|
||||
service:
|
||||
type: NodePort
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`localhost`) && PathPrefix(`/api`) || PathPrefix(`/dashboard`)
|
||||
entryPoints: [web]
|
||||
ports:
|
||||
web:
|
||||
nodePort: 30950
|
||||
Reference in New Issue
Block a user