diff --git a/helmchart/templates/ingress.yaml b/helmchart/templates/ingress.yaml
index 3a8f65b063e04b3f59ece0ae8bc2ef672411ab4d..501fa4ebe776bbf5add6dcbee162160bb658c795 100644
--- a/helmchart/templates/ingress.yaml
+++ b/helmchart/templates/ingress.yaml
@@ -26,7 +26,7 @@ spec:
   - hosts:
     - {{ .Values.loginProvider.ingress.host }}
     - {{ .Values.consentProvider.ingress.host }}
-    secretName: {{ include "single-sign-on.fullname" . }}-consent
+    secretName: {{ include "single-sign-on.fullname" . }}.tls
 status:
   loadBalancer:
     ingress:
diff --git a/helmchart/values.yaml b/helmchart/values.yaml
index fee629bc1d7c433bab0c1ece10658190cc954b78..a02bad1ecdda463a2145550f072f90008ab63bc4 100644
--- a/helmchart/values.yaml
+++ b/helmchart/values.yaml
@@ -25,7 +25,7 @@ hydra:
       dsn: memory
       urls:
         self:
-          issuer: https://hydra.oas.example.net
+          issuer: https://sso.oas.example.net
         login: https://login.oas.example.net
         consent: https://consent.oas.example.net
       secrets:
@@ -36,12 +36,12 @@ hydra:
       annotations:
         kubernetes.io/tls-acme: "true"
       hosts:
-        - host: hydra.oas.example.net
+        - host: sso.oas.example.net
           paths: ["/"]
       tls:
         - hosts:
-          - hydra.oas.example.net
-          secretName: hydra-proxy-example.tls
+          - sso.oas.example.net
+          secretName: sso.tls
     admin:
       enabled: true
       annotations:
@@ -52,7 +52,7 @@ hydra:
       tls:
         - hosts:
           - hydra-admin.oas.example.net
-          secretName: hydra-admin-proxy-example.tls
+          secretName: hydra-admin.tls
   service:
     public:
       enabled: true