Skip to content

Commit

Permalink
Increase resourceQuota in rhods-notebooks namespace (#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 Jan 19, 2024
1 parent 2cbe3ba commit 87aba6a
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 87aba6a

Please sign in to comment.