Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 6206 to prod #6210

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,30 @@ jupyterhub:
- name: home
mountPath: /home/jovyan/shared-readwrite
subPath: _shared
group_profiles:
# DataHub Infrastructure staff
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
mem_limit: 4096M
mem_guarantee: 4096M

# BioE C149, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6205
course::1537116::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-readwrite
course::1537116::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-readwrite
course::1537116::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-shared
subPath: _shared/course/bioe-c149-shared
readOnly: true
singleuser:
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
Expand Down
Loading