From 3a3c6658539aef377794012345f039e83b19d928 Mon Sep 17 00:00:00 2001
From: lea <lbruchon@takima.fr>
Date: Wed, 2 Aug 2023 16:12:01 +0200
Subject: [PATCH] add staging

---
 values.staging.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 values.staging.yaml

diff --git a/values.staging.yaml b/values.staging.yaml
new file mode 100644
index 0000000..1bb9e19
--- /dev/null
+++ b/values.staging.yaml
@@ -0,0 +1,16 @@
+name: cdb
+
+api:
+  ingress:
+    tlsEnabled: true
+    host: api.lbruchon.takima.school
+
+front:
+  enabled: true
+  image:
+    repository: registry.gitlab.com/takima-school/images/cdb/www
+    tag: latest
+  replicaCount: 3
+  ingress:
+    tlsEnabled: true
+    host: www.staging.lbruchon.takima.school
-- 
GitLab