Skip to content
Snippets Groups Projects
Commit e0a3178f authored by root's avatar root
Browse files

Change port and added debugging to kratos helmchart

parent 054b86f2
No related branches found
No related tags found
1 merge request!46Add kratos container
Pipeline #8978 passed with stages
in 2 minutes and 52 seconds
......@@ -77,12 +77,11 @@ postgresql:
postgresqlDatabase: kratos
postgresqlUsername: kratos
postgresqlPassword: kratos
servicePort: 5433
kratos:
kratos:
config:
dsn: postgres://kratos:kratos@single-sign-on-postgresql:5433/kratos
dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos
selfservice:
default_browser_return_url: https://stackspin.net
identity:
......@@ -91,6 +90,8 @@ kratos:
session:
- a password goes here
- a secred goes here
log:
level: trace
courier:
smtp:
connection_uri: smtps://kratos:kratos@smtp.greenhost.nl:465/
......
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