From 7167ac4dba22cba4a48807faa3adab3e01b30da6 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 18 Jun 2024 21:20:50 +0200
Subject: [PATCH] update resources

---
 chart/values.production.yaml | 6 +++---
 chart/values.yaml            | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/values.production.yaml b/chart/values.production.yaml
index d4c790e0..f343b14a 100644
--- a/chart/values.production.yaml
+++ b/chart/values.production.yaml
@@ -1,10 +1,10 @@
 django:
   resources:
     requests:
-      memory: "2Gi"
+      memory: "3Gi"
       cpu: "1500m"
     limits:
-      memory: "2Gi"
+      memory: "3Gi"
       cpu: "2000m"
 
 nuxt:
@@ -14,7 +14,7 @@ nuxt:
       cpu: "1000m"
     limits:
       memory: "1Gi"
-      cpu: "1500m"
+      cpu: "1000m"
 
 
 postgresqlZalando:
diff --git a/chart/values.yaml b/chart/values.yaml
index 232b0b82..955262f3 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -100,7 +100,7 @@ resources:
 autoscaling:
   enabled: false
   minReplicas: 1
-  maxReplicas: 100
+  maxReplicas: 2
   targetCPUUtilizationPercentage: 80
   # targetMemoryUtilizationPercentage: 80
 
-- 
GitLab