From 91d05b2613e6f63cbc13ea78663fd7f2c09b8f6c Mon Sep 17 00:00:00 2001 From: Jean-Eric Stranig <jstranig@capgemini.com> Date: Tue, 31 May 2022 13:32:38 +0000 Subject: [PATCH] BIOMASS-2555 setup the resourcess requests to enable the autoscalling --- devfiles/polinsar-jupyter/devfile.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devfiles/polinsar-jupyter/devfile.yaml b/devfiles/polinsar-jupyter/devfile.yaml index 5101239..0dbdd55 100644 --- a/devfiles/polinsar-jupyter/devfile.yaml +++ b/devfiles/polinsar-jupyter/devfile.yaml @@ -31,8 +31,10 @@ components: name: maap-configmap mountSources: true resources: + requests: + memory: 5000Mi limits: - memory: 10240Mi + memory: 5000Mi securityContext: privileged: true volumeMounts: -- GitLab