Skip to content
Snippets Groups Projects
Verified Commit 1ac79c5e authored by Arie Peterson's avatar Arie Peterson Committed by Maarten de Waard
Browse files

Update flux healthcheck to reflect kratos replacing userbackend

TRIGGER_JOBS='enable-nextcloud,enable-wekan'
parent 1669b170
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,11 @@ spec:
namespace: stackspin
- apiVersion: apps/v1
kind: Deployment
name: single-sign-on-userbackend
name: single-sign-on-hydra
namespace: stackspin
- apiVersion: apps/v1
kind: Deployment
name: single-sign-on-hydra
name: single-sign-on-kratos
namespace: stackspin
- apiVersion: apps/v1
kind: Deployment
......
......@@ -59,27 +59,27 @@ data:
kratos:
config:
dsn: "postgres://kratos:${kratos_postgresql_password}@single-sign-on-postgresql:5432/kratos"
courier:
smtp:
connection_uri: smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}:${outgoing_mail_smtp_port}/
from_address: ${outgoing_mail_from_address}
serve:
public:
base_url: https://sso.${domain}/api/
secrets:
session:
- "${kratos_session_secret}"
selfservice:
flows:
recovery:
ui_url: https://sso.${domain}/login/recovery
login:
ui_url: https://sso.${domain}/login/login
settings:
ui_url: https://sso.${domain}/login/settings
registration:
ui_url: https://sso.${domain}/login/registration
default_browser_return_url: https://dashboard.${domain}/
serve:
public:
base_url: https://sso.${domain}/api/
courier:
smtp:
connection_uri: smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}:${outgoing_mail_smtp_port}/
from_address: ${outgoing_mail_from_address}
secrets:
session:
- "${kratos_session_secret}"
selfservice:
default_browser_return_url: https://dashboard.${domain}/
flows:
recovery:
ui_url: https://sso.${domain}/login/recovery
login:
ui_url: https://sso.${domain}/login/login
settings:
ui_url: https://sso.${domain}/login/settings
registration:
ui_url: https://sso.${domain}/login/registration
oAuthClients:
......
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