Skip to content

Commit

Permalink
Merge pull request #3331 from GeorgianaElena/ucmerced-prod-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Oct 29, 2023
2 parents 221992f + ad94e4d commit f9fbcef
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions config/clusters/2i2c/ucmerced.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,33 @@ jupyterhub:
hosts:
- ucmerced.2i2c.cloud
singleuser:
image:
name: quay.io/2i2c/2i2c-hubs-image
tag: "14107b8a85fb"
profileList:
- display_name: Python
description: Start a Python server with JupyterLab and scientific Python stack
default: true
kubespawner_override:
image: jupyter/scipy-notebook:2023-06-26
# Launch into JupyterLab after the user logs in
default_url: /lab
- display_name: R
description: Start a R server with tidyverse & Geospatial tools
kubespawner_override:
image: rocker/binder:4.3.1
default_url: /lab
# Ensures container working dir is homedir
# https://github.com/2i2c-org/infrastructure/issues/2559
working_dir: /home/rstudio
# Because this is a list, it will override our default volume mounts
volume_mounts:
# Mount the user home directory
- name: home
mountPath: /home/rstudio
subPath: "{username}"
# Mount the shared readonly directory
- name: home
mountPath: /home/rstudio/shared
subPath: _shared
readOnly: true
hub:
config:
CILogonOAuthenticator:
Expand Down

0 comments on commit f9fbcef

Please sign in to comment.