dashboard/deployment/helmchart/values-local.yaml.example
2021-11-22 15:43:51 +01:00

17 lines
379 B
Text

# Values you will likely want to override. See values.yaml for their meanings
dashboard:
host: dashboard.oas.example.com
backend:
secretKey: My random secret key
ingress:
enabled: true
hostname: dashboard.oas.example.com
# Get certificates with cert-manager
certManager: true
tls:
- hosts:
- dashboard.oas.example.com
secretName: oas-dashboard