diff --git a/values-preprod.yaml b/values-preprod.yaml
index 52e6c9f04709e3188944888031b7bb2543e3b145..2c66a5708a18bb50df96386bc258e3a544e189c8 100644
--- a/values-preprod.yaml
+++ b/values-preprod.yaml
@@ -1,20 +1,7 @@
-# Default values for CDB app.
-# This is a YAML-formatted file.
-# Declare variables to be passed into your templates.
-# We have only done front for now
-name: cdb
-
 api:
   ingress:
-    tlsEnabled: true
-    host: api.preprod.wbensidhoum.takima.school
+    host: api-preprod.wbensidhoum.takima.school
 
 front:
-  enabled: true
-  image:
-    repository: registry.gitlab.com/takima-school/images/cdb/www
-    tag: latest
-  replicaCount: 1
   ingress:
-    tlsEnabled: true
-    host: www.preprod.wbensidhoum.takima.school
+    host: www-preprod.wbensidhoum.takima.school
diff --git a/values-prod.yaml b/values-prod.yaml
index bc761b0468165622c688a331256d6ee6fb8b8fa9..a6f0fa608c62ef0fecd1a1dfa4f0c5ec5966b792 100644
--- a/values-prod.yaml
+++ b/values-prod.yaml
@@ -1,20 +1,7 @@
-# Default values for CDB app.
-# This is a YAML-formatted file.
-# Declare variables to be passed into your templates.
-# We have only done front for now
-name: cdb
-
 api:
   ingress:
-    tlsEnabled: true
-    host: api.prod.wbensidhoum.takima.school
+    host: api-prod.wbensidhoum.takima.school
 
 front:
-  enabled: true
-  image:
-    repository: registry.gitlab.com/takima-school/images/cdb/www
-    tag: latest
-  replicaCount: 1
   ingress:
-    tlsEnabled: true
-    host: www.prod.wbensidhoum.takima.school
+    host: www-prod.wbensidhoum.takima.school
diff --git a/values-stagging.yaml b/values-stagging.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..1f63da8ed0efa9faa02ee01db8669e4e6592ae9a
--- /dev/null
+++ b/values-stagging.yaml
@@ -0,0 +1,7 @@
+api:
+  ingress:
+    host: api-staging.wbensidhoum.takima.school
+
+front:
+  ingress:
+    host: www-staging.wbensidhoum.takima.school
diff --git a/values.yaml b/values.yaml
index 5f6aa1415db7aabecc2b00fe37ef3631eee510e4..d31f95259a8820fce6eb74be55a6f2180642c49c 100644
--- a/values.yaml
+++ b/values.yaml
@@ -7,7 +7,7 @@ name: cdb
 api:
   ingress:
     tlsEnabled: true
-    host: api.staging.wbensidhoum.takima.school
+    host: api.wbensidhoum.takima.school
 
 front:
   enabled: true
@@ -17,4 +17,4 @@ front:
   replicaCount: 1
   ingress:
     tlsEnabled: true
-    host: www.staging.wbensidhoum.takima.school
+    host: www.wbensidhoum.takima.school