Skip to content

Commit

Permalink
Merge pull request #5896 from balajialg/mba247
Browse files Browse the repository at this point in the history
[DH-339] Add shared directory for MBA247
  • Loading branch information
balajialg authored Jul 31, 2024
2 parents b8c23c5 + a48194b commit c1e19ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,24 @@ jupyterhub:
subPath: _shared/course/demog-dataevent
readOnly: true

# MBA 247, Fall 2024
course::1536576::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mba-247-readwrite
subPath: _shared/course/mba-247
course::1536576::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mba-247-readwrite
subPath: _shared/course/mba-247
course::1536576::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/mba-247
subPath: _shared/course/mba-247
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
Expand Down

0 comments on commit c1e19ec

Please sign in to comment.