oc-k8s/opencloud/dev-values.yaml

15 lines
283 B
YAML
Raw Normal View History

2024-11-28 11:09:51 +01:00
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