Skip to content

Commit dab06b9

Browse files
authored
Merge pull request #3925 from 2i2c-org/add_cellmap_profile
2 parents 8ccb03d + 0af7716 commit dab06b9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

config/clusters/hhmi/common.values.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ basehub:
8585
subPath: _shared-public
8686
profileList:
8787
- display_name: "Loren Frank Lab"
88-
default: true
8988
description: "Spyglass-NWB container for the Loren Frank Lab"
9089
slug: lorenfrank
9190
profile_options:
@@ -144,7 +143,28 @@ basehub:
144143
slug: spyglass
145144
kubespawner_override:
146145
image: "quay.io/lorenlab/hhmi-spyglass-image:62b90867ea22"
146+
- display_name: "Janelia Cellmap"
147+
description: "Dacapo container for Janelia Cellmap"
148+
slug: cellmap
149+
profile_options:
150+
requests: *profile_option_requests
151+
image:
152+
display_name: Image
153+
unlisted_choice:
154+
enabled: True
155+
display_name: "Custom image"
156+
validation_regex: "^.+:.+$"
157+
validation_message: "Must be a publicly available docker image, of form <image-name>:<tag>"
158+
kubespawner_override:
159+
image: "{value}"
160+
choices:
161+
dacapo:
162+
display_name: Dacapo
163+
slug: dacapo
164+
kubespawner_override:
165+
image: "quay.io/2i2c/dacapo-image:42b606702986"
147166
- display_name: "Community Images"
167+
default: true
148168
description: "Start a container with a community maintained image"
149169
slug: community
150170
profile_options:

0 commit comments

Comments
 (0)