From dd9cfd45af3e6b8134c8a5990d0466357a6a8b99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20S=C3=A9journ=C3=A9?= <asejourne@takima.fr>
Date: Wed, 2 Aug 2023 16:35:02 +0200
Subject: [PATCH] =?UTF-8?q?reduction=20du=20nombre=20de=20Pods=20Api=20?=
 =?UTF-8?q?=C3=A0=201?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 templates/api-deployment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/api-deployment.yml b/templates/api-deployment.yml
index 45e244a..2869d96 100644
--- a/templates/api-deployment.yml
+++ b/templates/api-deployment.yml
@@ -5,7 +5,7 @@ metadata:
     app: {{include "name" .}}-api-deployment
   name: {{include "name" .}}-api-deployment
 spec:
-  replicas: 3
+  replicas: 1
   selector:
     matchLabels:
       app: {{include "name" .}}-api-deployment
-- 
GitLab