Skip to content
Snippets Groups Projects
Commit 4b8eba9b authored by Mart van Santen's avatar Mart van Santen
Browse files

Add default values

parent bb1aebb7
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment