15 lines
283 B
YAML
15 lines
283 B
YAML
|
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
|