Skip to content

Commit

Permalink
Increase resourceQuota in rhods-notebooks namespace (OCP-on-NERC#346)
Browse files Browse the repository at this point in the history
Closes: nerc-project/operations#392

This PR expands the resource limist in rhods-notebooks, namely the storage and pvcs
For now the other fields look okay (cpu and memory are under 2% usage) though we'll want to
keep an eye on these as the workload ramps up
  • Loading branch information
dystewart authored and jbasu01 committed Jan 23, 2024
1 parent 40f4bd9 commit 31fee07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
limits.cpu: '1000'
limits.ephemeral-storage: 30Gi
limits.memory: 3000000Mi
persistentvolumeclaims: '400'
requests.storage: 400Gi
persistentvolumeclaims: '600'
requests.storage: 600Gi

0 comments on commit 31fee07

Please sign in to comment.