2021-10-06 14:33:05 +02:00
|
|
|
# Values you will likely want to override. See values.yaml for their meanings
|
2021-10-05 16:41:56 +02:00
|
|
|
|
|
|
|
frontend:
|
|
|
|
host: dashboard.oas.example.com
|
|
|
|
|
|
|
|
backend:
|
|
|
|
secretKey: My random secret key
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
hostname: dashboard.oas.example.com
|
2021-10-13 14:29:41 +02:00
|
|
|
# Get certificates with cert-manager
|
|
|
|
certManager: true
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- dashboard.oas.example.com
|
|
|
|
secretName: oas-dashboard
|