diff --git a/deployments/datahub/config/common.yaml b/deployments/datahub/config/common.yaml index 0cc9c5680..8ee1369fc 100644 --- a/deployments/datahub/config/common.yaml +++ b/deployments/datahub/config/common.yaml @@ -193,6 +193,24 @@ jupyterhub: subPath: _shared/course/mba-247 readOnly: true + # COMPSS 214A, Fall 2024, https://jira-secure.berkeley.edu/browse/DH-311 + course::1538139::enrollment_type::teacher: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/compss-214a-readwrite + subPath: _shared/course/compss-214a + course::1538139::enrollment_type::ta: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/compss-214a-readwrite + subPath: _shared/course/compss-214a + course::1538139::enrollment_type::student: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/compss-214a + subPath: _shared/course/compss-214a + readOnly: true + course::1534506: # Demog Data Event, April 1 - Sep 30, https://github.com/berkeley-dsep-infra/datahub/issues/5643 mem_limit: 8192M mem_guarantee: 8192M