set kratos and hydra adminUrl to cohere with stackspin#1217
This commit is contained in:
parent
8a89f94ec0
commit
a03541e3a6
2 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@ spec:
|
||||||
pathType: {{ .Values.ingress.pathType }}
|
pathType: {{ .Values.ingress.pathType }}
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: single-sign-on-kratos-public
|
name: kratos-public
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -260,12 +260,12 @@ backend:
|
||||||
|
|
||||||
# Where to find the Kratos ADMIN and PUBLIC url
|
# Where to find the Kratos ADMIN and PUBLIC url
|
||||||
kratos:
|
kratos:
|
||||||
publicUrl: https://sso.stackspin.example.org/kratos
|
publicUrl: https://dashboard.stackspin.example.org/kratos
|
||||||
adminUrl: http://single-sign-on-kratos-admin:80
|
adminUrl: http://kratos-admin:80
|
||||||
|
|
||||||
# Where to find the Hydra ADMIN url
|
# Where to find the Hydra ADMIN url
|
||||||
hydra:
|
hydra:
|
||||||
adminUrl: http://single-sign-on-hydra-admin:4445
|
adminUrl: http://hydra-admin:4445
|
||||||
|
|
||||||
# Public URL of login panel
|
# Public URL of login panel
|
||||||
loginPanelUrl: https://dashboard.stackspin.example.org/web/
|
loginPanelUrl: https://dashboard.stackspin.example.org/web/
|
||||||
|
|
Loading…
Reference in a new issue