diff --git a/deployments/dev-r/config/common.yaml b/deployments/dev-r/config/common.yaml index 8ab90519e..0f29855cc 100644 --- a/deployments/dev-r/config/common.yaml +++ b/deployments/dev-r/config/common.yaml @@ -30,7 +30,11 @@ jupyterhub: #- rylo #- sknapp - # List of other admin users + extraConfig: + 20-hubHome: | + # Direct users to named server list + c.JupyterHub.default_url = '/hub/home' + loadRoles: course-staff-1524699: description: Enable course staff to view and access servers. @@ -46,7 +50,7 @@ jupyterhub: - course::1524699::enrollment_type::ta singleuser: - defaultUrl: /hub/home + defaultUrl: /rstudio profileList: - display_name: "Dockerfile image" description: "This is the original dev-r image." @@ -55,6 +59,14 @@ jupyterhub: description: "A newer repo2docker-based image with similar components as the primary." kubespawner_override: image: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-r-secondary:5c55c90 + - display_name: "1524699: DataHub Infrastructure" + slug: "1524699" + description: "Regular image with per-course subpath." + kubespawner_override: + volume_mounts: + - name: home + mountPath: /home/jovyan + subPath: "{username}/1524699" nodeSelector: hub.jupyter.org/pool-name: small-courses-pool storage: