diff --git a/helmchart/single-sign-on/templates/deployment-consent.yaml b/helmchart/single-sign-on/templates/deployment-consent.yaml
index 8358fdf5ca2eb22379458933561a5e402c6448bb..c2c8b1f29930cca2d63c172cc9925a80ec65aa2f 100644
--- a/helmchart/single-sign-on/templates/deployment-consent.yaml
+++ b/helmchart/single-sign-on/templates/deployment-consent.yaml
@@ -20,7 +20,7 @@ spec:
           imagePullPolicy: Always
           env:
             - name: HYDRA_ADMIN_URL
-              value: http://{{ .Release.Name }}-admin
+              value: http://{{ .Release.Name }}-admin:4445
             - name: GRAPHQL_URL
               value: http://{{ include "single-sign-on.fullname" . }}-userbackend/graphql
           ports:
diff --git a/helmchart/single-sign-on/templates/deployment-login.yaml b/helmchart/single-sign-on/templates/deployment-login.yaml
index d125bca1e48c4dd66599b8fae911ae03ead10038..8910ee7d4af07bc98713d4d5950f127879b4faaa 100644
--- a/helmchart/single-sign-on/templates/deployment-login.yaml
+++ b/helmchart/single-sign-on/templates/deployment-login.yaml
@@ -20,7 +20,7 @@ spec:
           imagePullPolicy: Always
           env:
             - name: HYDRA_ADMIN_URL
-              value: http://{{ .Release.Name }}-admin
+              value: http://{{ .Release.Name }}-admin:4445
             - name: GRAPHQL_URL
               value: http://{{ include "single-sign-on.fullname" . }}-userbackend/graphql
           ports: