From b0e43046c4ad6957db254dcc89c53dedf534966c Mon Sep 17 00:00:00 2001
From: Jean-Eric Stranig <jstranig@capgemini.com>
Date: Tue, 31 May 2022 15:40:33 +0000
Subject: [PATCH] BIOMASS-2555 setup the resourcess requests to enable the
 autoscalling

---
 devfiles/jupyter/devfile.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devfiles/jupyter/devfile.yaml b/devfiles/jupyter/devfile.yaml
index 9a0b511..d5930e7 100644
--- a/devfiles/jupyter/devfile.yaml
+++ b/devfiles/jupyter/devfile.yaml
@@ -32,7 +32,7 @@ components:
               mountSources: true
               resources:
                 requests:
-                  memory: 5000Mi
+                  memory: 2048Mi
                 limits:
                   memory: 2048Mi
               securityContext:
-- 
GitLab