From e4b66a6a08a481c1fc2eb9a86fd2cc56cdfb8858 Mon Sep 17 00:00:00 2001 From: lwinckers Date: Fri, 29 Nov 2024 16:27:59 +0100 Subject: [PATCH 1/2] Updated template custom workspace [RCS-118] --- applications/templates/template-custom-workspace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/templates/template-custom-workspace.yml b/applications/templates/template-custom-workspace.yml index 662c43f3fd..2a85fc542c 100755 --- a/applications/templates/template-custom-workspace.yml +++ b/applications/templates/template-custom-workspace.yml @@ -195,8 +195,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi automountServiceAccountToken: false volumes: - name: data From 3ff1b1d6e909c3d0c5a0da0275a4267ef8cd8513 Mon Sep 17 00:00:00 2001 From: lwinckers Date: Wed, 11 Dec 2024 10:46:23 +0100 Subject: [PATCH 2/2] Changed CPU and memoy request limits to 2CPU and 4Gi mem [RCS-118] --- applications/templates/template-cellprofiler.yml | 4 ++-- applications/templates/template-jupyterlab-existing-pvc.yml | 4 ++-- .../templates/template-jupyterlab-root-freesurfer.yml | 4 ++-- applications/templates/template-jupyterlab-root.yml | 4 ++-- applications/templates/template-rstudio-root.yml | 4 ++-- applications/templates/template-trinityrnaseq.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/applications/templates/template-cellprofiler.yml b/applications/templates/template-cellprofiler.yml index bf823aed4d..c1400e5b53 100644 --- a/applications/templates/template-cellprofiler.yml +++ b/applications/templates/template-cellprofiler.yml @@ -136,8 +136,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi volumeMounts: - name: data # mountPath: "/data" diff --git a/applications/templates/template-jupyterlab-existing-pvc.yml b/applications/templates/template-jupyterlab-existing-pvc.yml index c6f39880c9..24fbc11f6c 100755 --- a/applications/templates/template-jupyterlab-existing-pvc.yml +++ b/applications/templates/template-jupyterlab-existing-pvc.yml @@ -251,8 +251,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi automountServiceAccountToken: false securityContext: runAsUser: 0 diff --git a/applications/templates/template-jupyterlab-root-freesurfer.yml b/applications/templates/template-jupyterlab-root-freesurfer.yml index 4748534c41..da793782f8 100644 --- a/applications/templates/template-jupyterlab-root-freesurfer.yml +++ b/applications/templates/template-jupyterlab-root-freesurfer.yml @@ -231,8 +231,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi automountServiceAccountToken: false securityContext: runAsUser: 0 diff --git a/applications/templates/template-jupyterlab-root.yml b/applications/templates/template-jupyterlab-root.yml index b215fac7dd..8abc15ea95 100755 --- a/applications/templates/template-jupyterlab-root.yml +++ b/applications/templates/template-jupyterlab-root.yml @@ -243,8 +243,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi automountServiceAccountToken: false securityContext: runAsUser: 0 diff --git a/applications/templates/template-rstudio-root.yml b/applications/templates/template-rstudio-root.yml index ffdf5a55ca..d90d35d6fe 100644 --- a/applications/templates/template-rstudio-root.yml +++ b/applications/templates/template-rstudio-root.yml @@ -155,8 +155,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi # resources: # limits: # cpu: '64' diff --git a/applications/templates/template-trinityrnaseq.yml b/applications/templates/template-trinityrnaseq.yml index b81aefa9a5..87309ea139 100644 --- a/applications/templates/template-trinityrnaseq.yml +++ b/applications/templates/template-trinityrnaseq.yml @@ -128,8 +128,8 @@ objects: cpu: '32' memory: 200Gi requests: - cpu: '4' - memory: 32Gi + cpu: '2' + memory: 4Gi # resources: # limits: # cpu: '64'