diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index fbedf74..b7dfba1 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -257,6 +257,14 @@ backend: authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth tokenUrl: https://sso.stackspin.example.org/oauth2/token + kratos: + publicUrl: https://sso.stackspin.example.org/kratos + adminUrl: http://single-sign-on-kratos-admin:80 + hydra: + adminUrl: http://single-sign-on-hydra-admin:4445 + publicUrl: https://sso.stackspin.example.org/web/ + databaseUrl: mysql+pymysql://stackspin:stackspin@single-sign-on-database-mariadb/stackspin + ## Kubernetes service configuration. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP ## service: