diff --git a/values.prod.yaml b/values.prod.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b59e0f5e7b7d076c7000890803cf6b54b6ba3108
--- /dev/null
+++ b/values.prod.yaml
@@ -0,0 +1,20 @@
+# 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: app
+
+api:
+  ingress:
+    tlsEnabled: true
+    host: api.llaiolo.takima.school
+
+front:
+  enabled: true
+  image:
+    repository: registry.gitlab.com/takima-school/images/cdb/www
+    tag: latest
+  replicaCount: 1
+  ingress:
+    tlsEnabled: true
+    host: app.llaiolo.takima.school
\ No newline at end of file
diff --git a/values.yaml b/values.yaml
index a2c0ee01f6430167cfbbb0ec3faba23e1fb61d66..decbeeb5771ed63ac189622a4e6ff51688604883 100644
--- a/values.yaml
+++ b/values.yaml
@@ -2,12 +2,12 @@
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 # We have only done front for now
-name: cdbapp
+name: dev-app
 
 api:
   ingress:
     tlsEnabled: true
-    host: api.llaiolo.takima.school
+    host: devapi.llaiolo.takima.school
 
 front:
   enabled: true
@@ -17,4 +17,4 @@ front:
   replicaCount: 1
   ingress:
     tlsEnabled: true
-    host: helm.llaiolo.takima.school
\ No newline at end of file
+    host: dev-app.llaiolo.takima.school
\ No newline at end of file