Skip to content

Commit

Permalink
enable kratos
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed May 8, 2021
1 parent 41e47ab commit 3ec9b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/argocd/templates/ory-kratos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ spec:
default_browser_return_url: "https://localhostofnothing.com"
serve:
public:
base_url: "https://public.kratos.locmai.dev"
base_url: "http://localhost"
port: 4433
admin:
base_url: "https://admin.kratos.locmai.dev"
base_url: "http://localhost"
port: 4434
courier:
smtp:
connection_uri: "smtp://whatever.com"
connection_uri: "smtp://mailhog.apps.svc:1025"
identity:
default_schema_url: "https://raw.githubusercontent.com/locmai/humble/main/apps/argocd/apps/identity.schema.json"
serviceAccount:
Expand Down
2 changes: 1 addition & 1 deletion apps/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ blackping:
ory_kratos:
# Chart Version
targetRevision: 0.9.10
enabled: false
enabled: true

# Apps Database
postgresql:
Expand Down

0 comments on commit 3ec9b52

Please sign in to comment.