diff --git a/values.staging.yaml b/values.staging.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..29c0b2570509037d9eb2f94a2f938050fcdbee4d
--- /dev/null
+++ b/values.staging.yaml
@@ -0,0 +1,33 @@
+# 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
+
+pg:
+  enabled: true
+  port: 5432
+  image:
+    repository: registry.takima.io/school/proxy/postgres
+    tag: latest
+  replicaCount: 1
+
+api:
+  enabled: true
+  image:
+    repository: registry.gitlab.com/takima-school/images/cdb/api
+    tag: latest
+  replicaCount: 1
+  ingress:
+    tlsEnabled: true
+    host: api-staging.bmaignan.takima.school
+
+front:
+  enabled: true
+  image:
+    repository: registry.gitlab.com/takima-school/images/cdb/www
+    tag: latest
+  replicaCount: 1
+  ingress:
+    tlsEnabled: true
+    host: www-staging.bmaignan.takima.school
\ No newline at end of file