Skip to content

Commit 52f214a

Browse files
authored
Merge pull request #7597 from sean-morris/feature/cloudbank-staging-submit-collect
[CloudBank] Staging Submit/Collect Shares
2 parents dff690d + a844e2d commit 52f214a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

config/clusters/cloudbank/staging.values.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jupyterhub:
55
- hosts: [staging.cloudbank.2i2c.cloud]
66
secretName: https-auto-tls
77
singleuser:
8+
defaultUrl: /lab
89
memory:
910
# Increased to help deal with possible kernel restarts
1011
# https://2i2c.freshdesk.com/a/tickets/567
@@ -13,6 +14,24 @@ jupyterhub:
1314
image:
1415
name: quay.io/ccsf/jupyterhub
1516
tag: sp26.4
17+
storage:
18+
extraVolumeMounts:
19+
- name: home
20+
mountPath: /home/jovyan/submit
21+
subPath: _shared-private/{escaped_username}
22+
- name: home
23+
mountPath: /home/jovyan/shared
24+
subPath: _shared
25+
readOnly: true
26+
- name: dev-shm
27+
mountPath: /dev/shm
28+
- name: home
29+
mountPath: /home/rstudio
30+
subPath: '{escaped_username}'
31+
- name: home
32+
mountPath: /home/rstudio/shared
33+
subPath: _shared
34+
readOnly: true
1635
custom:
1736
2i2c:
1837
add_staff_user_ids_to_admin_users: true
@@ -32,6 +51,17 @@ jupyterhub:
3251
funded_by:
3352
name: 2i2c
3453
url: https://2i2c.org
54+
singleuserAdmin:
55+
extraVolumeMounts:
56+
- name: home
57+
mountPath: /home/jovyan/collect
58+
subPath: _shared-private
59+
- name: home
60+
mountPath: /home/jovyan/shared-readwrite
61+
subPath: _shared
62+
- name: home
63+
mountPath: /home/rstudio/shared-readwrite
64+
subPath: _shared
3565
hub:
3666
config:
3767
JupyterHub:
@@ -45,6 +75,7 @@ jupyterhub:
4575
username_claim: email
4676
allowed_domains:
4777
- mail.ccsf.edu
78+
- ausdk12.org
4879
OAuthenticator:
4980
# WARNING: Don't use allow_existing_users with config to allow an
5081
# externally managed group of users, such as

0 commit comments

Comments
 (0)