Skip to content

Commit

Permalink
Merge pull request #5850 from balajialg/data6
Browse files Browse the repository at this point in the history
Data 6: Increase RAM to 2 GB & provide enhanced privileges for course staff
  • Loading branch information
balajialg authored Jul 9, 2024
2 parents eb7b4bd + 999b787 commit 38132ca
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ jupyterhub:
groups:
- course::1524699::group::all-admins

# Data 6, Summer 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5847
course-staff-1535590:
# description: Enable course staff to view and access servers.
# # this role provides permissions to...
scopes:
- admin-ui
- list:users!group=course::1535590
- admin:servers!group=course::1535590
- access:servers!group=course::1535590
# # this role will be assigned to...
groups:
- course::1535590::enrollment_type::teacher
- course::1535590::enrollment_type::ta

nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
initContainers:
Expand Down Expand Up @@ -144,6 +158,10 @@ jupyterhub:
subPath: _shared/course/demog-dataevent
readOnly: true

course::1534506: #Demog Data Event, April 1 - Sep 30, https://github.com/berkeley-dsep-infra/datahub/issues/5643
course::1534506: # Demog Data Event, April 1 - Sep 30, https://github.com/berkeley-dsep-infra/datahub/issues/5643
mem_limit: 8192M
mem_guarantee: 8192M

course::1535590: # Data 6, https://github.com/berkeley-dsep-infra/datahub/issues/5847
mem_limit: 2048M
mem_guarantee: 2048M

0 comments on commit 38132ca

Please sign in to comment.