Skip to content

Commit

Permalink
Merge pull request #6646 from balajialg/ps191_shared
Browse files Browse the repository at this point in the history
Enable shared directories for PS 191
  • Loading branch information
felder authored Jan 17, 2025
2 parents 47fbff7 + bea4511 commit 8ac6769
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,27 @@ jupyterhub:
mem_limit: 2048M
mem_guarantee: 2048M

# PS 191, Spring 25, https://github.com/berkeley-dsep-infra/datahub/issues/6593
# PolSci 191, Spring 2025, https://github.com/berkeley-dsep-infra/datahub/issues/6593
course::1541486:
mem_limit: 6144M
mem_guarantee: 6144M

# PolSci 191, Spring 2025, https://github.com/berkeley-dsep-infra/datahub/issues/6643
course::1541486::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/_shared/polsci191-readwrite
subPath: _shared/2025-spring/courses/1541486
readOnly: false
course::1541486::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/_shared/polsci191-readwrite
subPath: _shared/2025-spring/courses/1541486
readOnly: false
course::1541486::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/_shared/polsci191-readonly
subPath: _shared/2025-spring/courses/1541486
readOnly: true

0 comments on commit 8ac6769

Please sign in to comment.