Skip to content

Commit

Permalink
adding content group
Browse files Browse the repository at this point in the history
  • Loading branch information
mihranmiroyan committed Sep 6, 2023
1 parent bf08cac commit 6e9402f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e9402f

Please sign in to comment.