From 3611eb38e79f05c212e71662b18ad0dd85f5bab3 Mon Sep 17 00:00:00 2001 From: sean-morris Date: Mon, 4 Mar 2024 16:02:24 -0800 Subject: [PATCH 1/3] [Cloudbank] El Camino - 3GB memory limit --- config/clusters/cloudbank/ccsf.values.yaml | 7 +++++++ config/clusters/cloudbank/elcamino.values.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config/clusters/cloudbank/ccsf.values.yaml b/config/clusters/cloudbank/ccsf.values.yaml index 6358bea5b5..0b97f14937 100644 --- a/config/clusters/cloudbank/ccsf.values.yaml +++ b/config/clusters/cloudbank/ccsf.values.yaml @@ -10,7 +10,14 @@ jupyterhub: # https://2i2c.freshdesk.com/a/tickets/567 guarantee: 384M limit: 1.5G + image: + repository: "your-registry/your-image" + tag: "latest" custom: + singleuserAdmin: + image: + repository: "your-registry/your-image" + tag: "latest" 2i2c: add_staff_user_ids_to_admin_users: true add_staff_user_ids_of_type: "google" diff --git a/config/clusters/cloudbank/elcamino.values.yaml b/config/clusters/cloudbank/elcamino.values.yaml index a733bd3171..7a0a598e25 100644 --- a/config/clusters/cloudbank/elcamino.values.yaml +++ b/config/clusters/cloudbank/elcamino.values.yaml @@ -26,8 +26,8 @@ jupyterhub: singleuser: memory: - limit: 2G - guarantee: 2G + limit: 3G + guarantee: 3G hub: config: JupyterHub: From 75d6fb3fea3692326ff71f4a26b1db8cef1a126a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:07:01 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- config/clusters/cloudbank/ccsf.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/clusters/cloudbank/ccsf.values.yaml b/config/clusters/cloudbank/ccsf.values.yaml index 0b97f14937..8ba40143bc 100644 --- a/config/clusters/cloudbank/ccsf.values.yaml +++ b/config/clusters/cloudbank/ccsf.values.yaml @@ -11,8 +11,8 @@ jupyterhub: guarantee: 384M limit: 1.5G image: - repository: "your-registry/your-image" - tag: "latest" + repository: "your-registry/your-image" + tag: "latest" custom: singleuserAdmin: image: From 0841989468f8944e305d93458cdd394db3b3d649 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 6 Mar 2024 18:10:09 +0100 Subject: [PATCH 3/3] Cleanup unrelated changes --- config/clusters/cloudbank/ccsf.values.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/clusters/cloudbank/ccsf.values.yaml b/config/clusters/cloudbank/ccsf.values.yaml index 8ba40143bc..6358bea5b5 100644 --- a/config/clusters/cloudbank/ccsf.values.yaml +++ b/config/clusters/cloudbank/ccsf.values.yaml @@ -10,14 +10,7 @@ jupyterhub: # https://2i2c.freshdesk.com/a/tickets/567 guarantee: 384M limit: 1.5G - image: - repository: "your-registry/your-image" - tag: "latest" custom: - singleuserAdmin: - image: - repository: "your-registry/your-image" - tag: "latest" 2i2c: add_staff_user_ids_to_admin_users: true add_staff_user_ids_of_type: "google"