oc-k8s/opencloud/dev-values.yaml
2024-11-28 11:09:51 +01:00

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