From a03541e3a6a0b2a03d99536263160658d373824b Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 6 Apr 2022 16:51:38 +0200
Subject: [PATCH] set kratos and hydra adminUrl to cohere with stackspin#1217

---
 deployment/helmchart/templates/ingress.yaml | 2 +-
 deployment/helmchart/values.yaml            | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deployment/helmchart/templates/ingress.yaml b/deployment/helmchart/templates/ingress.yaml
index 041f9f71..3e90576d 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 ea708291..5c652da9 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/
-- 
GitLab