diff --git a/templates/api-ingress.yaml b/templates/api-ingress.yaml
index 641f75efe2bf22ea76663879278491a7125deefa..c8f7f5c598d2886cef29ae4e2436e0560755a3dc 100644
--- a/templates/api-ingress.yaml
+++ b/templates/api-ingress.yaml
@@ -6,7 +6,7 @@ metadata:
  name: api
 spec:
   rules:
-  - host: api.lortola.takima.school
+  - host: api.lherve.takima.school
     http:
       paths:
       - backend:
@@ -18,5 +18,5 @@ spec:
         pathType: Prefix
   tls:
   - hosts:
-     - api.lortola.takima.school
+     - api.lherve.takima.school
     secretName: app-wildcard
\ No newline at end of file
diff --git a/templates/front-deployment.yaml b/templates/front-deployment.yaml
index 9f5e41dc39cd8ed768cc50ac0e2b9978ec68ba44..fa7c697c84c6b69bc07da8282ea9a3952024706f 100644
--- a/templates/front-deployment.yaml
+++ b/templates/front-deployment.yaml
@@ -63,6 +63,6 @@ spec:
           - name: API_URL
             valueFrom:
               configMapKeyRef:
-                name: front-config
+                name: {{ .Values.name }}-front
                 key: API_URL
 {{- end }}
\ No newline at end of file
diff --git a/values.yaml b/values.yaml
index 35b966be886815d90f2be45ebccfe32275f6a478..9b2f23c13f8de5e8bd88b65c4ebdb9bc715a00aa 100644
--- a/values.yaml
+++ b/values.yaml
@@ -11,8 +11,8 @@ api:
     tag: latest
   replicaCount: 1
   ingress:
-    tlsEnabled: false
-    host: api.to-replace.takima.school
+    tlsEnabled: true
+    host: api.lherve.takima.school
 
 front:
   enabled: true
@@ -21,5 +21,5 @@ front:
     tag: latest
   replicaCount: 1
   ingress:
-    tlsEnabled: false
-    host: www.to-replace.takima.school
\ No newline at end of file
+    tlsEnabled: true
+    host: cdb.lherve.takima.school
\ No newline at end of file