From 6e9402f30bf79602c52f0c974be2f779fc653ba0 Mon Sep 17 00:00:00 2001 From: mihranmiroyan Date: Tue, 5 Sep 2023 19:10:31 -0700 Subject: [PATCH] adding content group --- deployments/data100/config/common.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index a51a2036a..b1a633520 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -28,7 +28,7 @@ jupyterhub: - access:servers!group=course::1527426 # this role will be assigned to... groups: - - course::1527426::group::Admins + - course::1527426::group::Admins # prePuller: # extraImages: @@ -66,9 +66,12 @@ jupyterhub: # https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607 course::1524699::group::all-admins: admin: true + course::1527426::group::Content: + mem_limit: 4G + mem_guarantee: 2G admin: mem_limit: 4G - mem_guarantee: 4G + mem_guarantee: 2G extraVolumeMounts: - name: home mountPath: /srv/homes