Skip to content
Snippets Groups Projects
Verified Commit 74120aec authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

install Dashboard with correct Kratos and Hydra settings

parent 8f279dc5
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
spec: spec:
# renovate: registryUrl=https://open.greenhost.net/api/v4/projects/48/packages/helm/stable # renovate: registryUrl=https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
chart: stackspin-dashboard chart: stackspin-dashboard
version: 0.1.2 version: 0.1.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: dashboard name: dashboard
......
...@@ -25,7 +25,12 @@ data: ...@@ -25,7 +25,12 @@ data:
password: "${outgoing_mail_smtp_password}" password: "${outgoing_mail_smtp_password}"
host: "${outgoing_mail_smtp_host}" host: "${outgoing_mail_smtp_host}"
port: "${outgoing_mail_smtp_port}" port: "${outgoing_mail_smtp_port}"
kratosUrl: single-sign-on-kratos-admin kratosUrl: http://single-sign-on-kratos-admin
oidc:
clientId: dashboard
clientSecret: ${client_secret}
authorizationBaseUrl: "https://sso.${domain}/oauth2/auth"
tokenUrl: "https://sso.${domain}/oauth2/token"
resources: resources:
limits: limits:
cpu: 200m cpu: 200m
......
...@@ -8,4 +8,4 @@ spec: ...@@ -8,4 +8,4 @@ spec:
# The interval at which to check the upstream for updates # The interval at which to check the upstream for updates
interval: 1h interval: 1h
# The repository URL, can be a HTTP/S or SSH address # The repository URL, can be a HTTP/S or SSH address
url: https://open.greenhost.net/api/v4/projects/48/packages/helm/stable url: https://open.greenhost.net/api/v4/projects/48/packages/helm/unstable
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