From 4b8eba9b924ff6dd378224fec05de76b4fccfecd Mon Sep 17 00:00:00 2001 From: Mart van Santen Date: Thu, 31 Mar 2022 08:22:03 +0000 Subject: [PATCH] Add default values --- deployment/helmchart/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: