Skip to content

Commit

Permalink
Merge pull request #96 from MaastrichtU-IDS/RCS-118
Browse files Browse the repository at this point in the history
Changed temaplte cpu and mem request limits [RCS-118]
  • Loading branch information
seunAdeks authored Dec 12, 2024
2 parents 8b7d780 + 3ff1b1d commit de9fed6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions applications/templates/template-cellprofiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
volumeMounts:
- name: data
# mountPath: "/data"
Expand Down
4 changes: 2 additions & 2 deletions applications/templates/template-custom-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
automountServiceAccountToken: false
volumes:
- name: data
Expand Down
4 changes: 2 additions & 2 deletions applications/templates/template-jupyterlab-existing-pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
automountServiceAccountToken: false
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
automountServiceAccountToken: false
securityContext:
runAsUser: 0
Expand Down
4 changes: 2 additions & 2 deletions applications/templates/template-jupyterlab-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
automountServiceAccountToken: false
securityContext:
runAsUser: 0
Expand Down
4 changes: 2 additions & 2 deletions applications/templates/template-rstudio-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
# resources:
# limits:
# cpu: '64'
Expand Down
4 changes: 2 additions & 2 deletions applications/templates/template-trinityrnaseq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ objects:
cpu: '32'
memory: 200Gi
requests:
cpu: '4'
memory: 32Gi
cpu: '2'
memory: 4Gi
# resources:
# limits:
# cpu: '64'
Expand Down

0 comments on commit de9fed6

Please sign in to comment.