Add default values
This commit is contained in:
parent
bb1aebb706
commit
4b8eba9b92
1 changed files with 8 additions and 0 deletions
|
@ -257,6 +257,14 @@ backend:
|
||||||
authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
|
authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
|
||||||
tokenUrl: https://sso.stackspin.example.org/oauth2/token
|
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
|
## Kubernetes service configuration. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP
|
||||||
##
|
##
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue