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
|
|
|
|
2021-11-22 15:43:51 +01:00
|
|
|
dashboard:
|
2022-04-04 16:56:08 +02:00
|
|
|
host: dashboard.stackspin.example.com
|
2021-10-05 16:41:56 +02:00
|
|
|
|
|
|
|
backend:
|
|
|
|
secretKey: My random secret key
|
2022-04-04 16:56:08 +02:00
|
|
|
# OIDC connection details
|
|
|
|
#
|
|
|
|
# oidc:
|
|
|
|
# clientSecret: ReplaceWithSecret
|
|
|
|
# baseUrl: https://sso.stackspin.example.org
|
|
|
|
# authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
|
|
|
|
# tokenUrl: https://sso.stackspin.example.org/oauth2/token
|
|
|
|
|
|
|
|
# Where to find the Kratos public url
|
|
|
|
kratos:
|
|
|
|
publicUrl: https://sso.stackspin.example.org/kratos
|
|
|
|
|
|
|
|
# Public URL of login panel
|
|
|
|
loginPanelUrl: https://dashboard.stackspin.example.org/web/
|
|
|
|
|
|
|
|
# Database connection
|
|
|
|
# databaseUrl: mysql+pymysql://stackspin:password@single-sign-on-database-mariadb/stackspin
|
|
|
|
|
|
|
|
initialUser:
|
|
|
|
email: admin@example.com
|
|
|
|
# password: Set a pasword for the initial user!
|
2021-10-05 16:41:56 +02:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
2022-04-04 16:56:08 +02:00
|
|
|
hostname: dashboard.stackspin.example.com
|
2021-10-13 14:29:41 +02:00
|
|
|
# Get certificates with cert-manager
|
|
|
|
certManager: true
|
|
|
|
tls:
|
|
|
|
- hosts:
|
2022-04-04 16:56:08 +02:00
|
|
|
- dashboard.stackspin.example.com
|
|
|
|
secretName: stackspin-dashboard
|