Skip to content

Commit

Permalink
Merge pull request #3898 from yuvipanda/lab
Browse files Browse the repository at this point in the history
DANDI & BICAN: Default interface to lab & enable named servers
  • Loading branch information
yuvipanda authored Apr 2, 2024
2 parents 5ecf212 + 7fa7d98 commit 120e88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/clusters/bican/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jupyterhub:
- satra
- djarecka
singleuser:
defaultUrl: /lab
profileList:
- display_name: "DANDI (CPU)"
description: "Default DANDI image with JupyterLab"
default: true
kubespawner_override:
image: dandiarchive/dandihub:latest
image_pull_policy: Always
default_url: /lab
profile_options: &profile_options_cpu
requests:
display_name: Resource Allocation
Expand Down
3 changes: 2 additions & 1 deletion config/clusters/dandi/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ nfs:
baseShareName: /
jupyterhub:
hub:
allowNamedServers: true
config:
JupyterHub:
authenticator_class: github
Expand Down Expand Up @@ -50,14 +51,14 @@ jupyterhub:
userScheduler:
enabled: true
singleuser:
defaultUrl: /lab
profileList:
- display_name: "DANDI (CPU)"
description: "Default DANDI image with JupyterLab"
default: true
kubespawner_override:
image: dandiarchive/dandihub:latest
image_pull_policy: Always
default_url: /lab
profile_options: &profile_options_cpu
requests:
display_name: Resource Allocation
Expand Down

0 comments on commit 120e88d

Please sign in to comment.