From df425c49fb201255a571d39e4ed2d6c00f114a79 Mon Sep 17 00:00:00 2001
From: Jean-Eric Stranig <jstranig@capgemini.com>
Date: Tue, 31 May 2022 13:30:08 +0000
Subject: [PATCH] BIOMASS-2555 Setup the resources requests to enable the auto
 scalling.

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

diff --git a/devfiles/jupyter/devfile.yaml b/devfiles/jupyter/devfile.yaml
index 08209b2..9a0b511 100644
--- a/devfiles/jupyter/devfile.yaml
+++ b/devfiles/jupyter/devfile.yaml
@@ -31,6 +31,8 @@ components:
                     name: maap-configmap
               mountSources: true
               resources:
+                requests:
+                  memory: 5000Mi
                 limits:
                   memory: 2048Mi
               securityContext:
-- 
GitLab