File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
config/clusters/cloudbank Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,24 @@ jupyterhub:
1212 image :
1313 name : us-central1-docker.pkg.dev/cal-icor-hubs/user-images/cloudbank-etsu-image
1414 tag : ab29550edcd8
15+ storage :
16+ extraVolumeMounts :
17+ - name : home
18+ mountPath : /home/jovyan/submit
19+ subPath : _shared-private/{escaped_username}
20+ - name : home
21+ mountPath : /home/jovyan/shared
22+ subPath : _shared
23+ readOnly : true
24+ - name : dev-shm
25+ mountPath : /dev/shm
26+ - name : home
27+ mountPath : /home/rstudio
28+ subPath : ' {escaped_username}'
29+ - name : home
30+ mountPath : /home/rstudio/shared
31+ subPath : _shared
32+ readOnly : true
1533 custom :
1634 2i2c :
1735 add_staff_user_ids_to_admin_users : true
@@ -31,6 +49,17 @@ jupyterhub:
3149 funded_by :
3250 name : CloudBank
3351 url : http://cloudbank.org/
52+ singleuserAdmin :
53+ extraVolumeMounts :
54+ - name : home
55+ mountPath : /home/jovyan/collect
56+ subPath : _shared-private
57+ - name : home
58+ mountPath : /home/jovyan/shared-readwrite
59+ subPath : _shared
60+ - name : home
61+ mountPath : /home/rstudio/shared-readwrite
62+ subPath : _shared
3463 hub :
3564 config :
3665 JupyterHub :
You can’t perform that action at this time.
0 commit comments