diff --git a/deployment/helmchart/templates/ingress.yaml b/deployment/helmchart/templates/ingress.yaml index 041f9f7..3e90576 100644 --- a/deployment/helmchart/templates/ingress.yaml +++ b/deployment/helmchart/templates/ingress.yaml @@ -57,7 +57,7 @@ spec: pathType: {{ .Values.ingress.pathType }} backend: service: - name: single-sign-on-kratos-public + name: kratos-public port: number: 80 {{- end }} diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index ea70829..5c652da 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -260,12 +260,12 @@ backend: # Where to find the Kratos ADMIN and PUBLIC url kratos: - publicUrl: https://sso.stackspin.example.org/kratos - adminUrl: http://single-sign-on-kratos-admin:80 + publicUrl: https://dashboard.stackspin.example.org/kratos + adminUrl: http://kratos-admin:80 # Where to find the Hydra ADMIN url hydra: - adminUrl: http://single-sign-on-hydra-admin:4445 + adminUrl: http://hydra-admin:4445 # Public URL of login panel loginPanelUrl: https://dashboard.stackspin.example.org/web/