From cfaab72b49f57d69ac8f2033518a836c7f942a9d Mon Sep 17 00:00:00 2001 From: dystewart Date: Fri, 19 Jan 2024 15:20:16 -0500 Subject: [PATCH] Increase resourceQuota in rhods-notebooks namespace Closes: https://github.com/nerc-project/operations/issues/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 --- .../resourcequotas/ope-course-quota/resourcequota.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-scope/components/resourcequotas/ope-course-quota/resourcequota.yaml b/cluster-scope/components/resourcequotas/ope-course-quota/resourcequota.yaml index bf834ac6..3822f6f7 100644 --- a/cluster-scope/components/resourcequotas/ope-course-quota/resourcequota.yaml +++ b/cluster-scope/components/resourcequotas/ope-course-quota/resourcequota.yaml @@ -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