use newer containers and supply Hydra/OIDC variables to deployment
This commit is contained in:
parent
3991f9ac52
commit
a54e26c9c4
5 changed files with 22 additions and 8 deletions
|
|
@ -59,7 +59,7 @@ dashboard:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard/dashboard
|
||||
tag: 0-1-2
|
||||
tag: 0-1-3
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
|
@ -232,7 +232,7 @@ backend:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard-backend/dashboard-backend
|
||||
tag: 0-1-2
|
||||
tag: 0-1-3
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
|
@ -249,6 +249,11 @@ backend:
|
|||
|
||||
# URL to the Ory Kratos API
|
||||
kratosUrl: http://127.0.0.1:8000
|
||||
oidc:
|
||||
clientId: dashboard
|
||||
clientSecret: ReplaceWithSecret
|
||||
authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
|
||||
tokenUrl: https://sso.stackspin.example.org/oauth2/token
|
||||
|
||||
## Kubernetes service configuration. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP
|
||||
##
|
||||
|
|
|
|||
Reference in a new issue