dashboard/deployment/helmchart/values-local.yaml.example
2022-04-04 16:56:08 +02:00

38 lines
1.1 KiB
Text

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