Skip to content

Commit 56b0d2a

Browse files
committed
DANDI & BICAN: Default interface to lab
Earlier was just defaulting the first profile item to lab. I'll add this to the spec on the image. Ref 2i2c-org#3827 Ref 2i2c-org#3824
1 parent 5ecf212 commit 56b0d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/clusters/bican/common.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jupyterhub:
4848
- satra
4949
- djarecka
5050
singleuser:
51+
defaultUrl: /lab
5152
profileList:
5253
- display_name: "DANDI (CPU)"
5354
description: "Default DANDI image with JupyterLab"
5455
default: true
5556
kubespawner_override:
5657
image: dandiarchive/dandihub:latest
5758
image_pull_policy: Always
58-
default_url: /lab
5959
profile_options: &profile_options_cpu
6060
requests:
6161
display_name: Resource Allocation

config/clusters/dandi/common.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jupyterhub:
5050
userScheduler:
5151
enabled: true
5252
singleuser:
53+
defaultUrl: /lab
5354
profileList:
5455
- display_name: "DANDI (CPU)"
5556
description: "Default DANDI image with JupyterLab"
5657
default: true
5758
kubespawner_override:
5859
image: dandiarchive/dandihub:latest
5960
image_pull_policy: Always
60-
default_url: /lab
6161
profile_options: &profile_options_cpu
6262
requests:
6363
display_name: Resource Allocation

0 commit comments

Comments
 (0)