# 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