From a970fa4a0068a26cac148d59fe78aeb8a61a6af9 Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Mon, 6 May 2024 07:38:44 -0700 Subject: [PATCH] scale up resource allocations for hub for HPNW demos (#46) --- deploy/helm/eoapi/values.yaml | 22 +++++++++++----------- deploy/helm/jupyterhub/values.yaml | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/deploy/helm/eoapi/values.yaml b/deploy/helm/eoapi/values.yaml index 3a3e7aa..76843c0 100644 --- a/deploy/helm/eoapi/values.yaml +++ b/deploy/helm/eoapi/values.yaml @@ -11,11 +11,11 @@ db: resources: requests: storage: "100Mi" - cpu: "212m" - memory: "512Mi" + cpu: "1000m" + memory: "2048Mi" limits: - cpu: "512m" - memory: "1024Mi" + cpu: "2000m" + memory: "4096Mi" raster: enabled: true @@ -28,10 +28,10 @@ raster: AWS_NO_SIGN_REQUEST: "YES" resources: requests: - cpu: "256m" - memory: "512Mi" - limits: cpu: "500m" + memory: "1024Mi" + limits: + cpu: "1000m" memory: "2048Mi" vector: @@ -45,11 +45,11 @@ vector: TIPG_ROOT_PATH: "/vector" resources: requests: - cpu: "256m" - memory: "512Mi" - limits: - cpu: "500m" + cpu: "1000m" memory: "2048Mi" + limits: + cpu: "2000m" + memory: "4096Mi" ingress: host: eoapi.ifrc-risk.k8s.labs.ds.io diff --git a/deploy/helm/jupyterhub/values.yaml b/deploy/helm/jupyterhub/values.yaml index 7f2c21a..db9b310 100644 --- a/deploy/helm/jupyterhub/values.yaml +++ b/deploy/helm/jupyterhub/values.yaml @@ -7,11 +7,11 @@ singleuser: # Resource allocation per user memory: - limit: 1.5G - guarantee: 1.5G + limit: 4G + guarantee: 3G cpu: - limit: 1 - guarantee: 1 + limit: 4 + guarantee: 3 storage: extraVolumes: - name: shm-volume