Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4092 from consideRatio/pr/fix-leap-yam
Browse files Browse the repository at this point in the history
leap: fix common.yaml YAML issues
  • Loading branch information
consideRatio authored May 17, 2024
2 parents f17c37f + 25e4ee5 commit 7a63a57
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions config/clusters/leap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ basehub:
# wasted energy.
#
- display_name: "Devs Only"
description: &profile_list_description "Start a container limited to a chosen share of capacity on a node of this type"
default: true
description: "Start a container limited to a chosen share of capacity on a node of this type"
allowed_groups:
- 2i2c-org:hub-access-for-2i2c-staff
- leap-stc:leap-pangeo-dev-access
Expand Down Expand Up @@ -177,7 +176,12 @@ basehub:
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.04.08"
kubespawner_override: &medium_kubespawner_override
leap-pangeo-edu:
display_name: LEAP Education Notebook (Testing Prototype)
slug: "leap_edu"
kubespawner_override:
image: "quay.io/jbusecke/leap-edu-image:fa442ab4851c"
kubespawner_override:
cpu_limit: null
mem_limit: null
node_selector:
Expand Down Expand Up @@ -251,9 +255,9 @@ basehub:
cpu_guarantee: 1.6
mem_limit: 128G
cpu_limit: 16
image: &profile_list_profile_options_image
image:
display_name: Image
unlisted_choice: &profile_list_unlisted_choice
unlisted_choice:
enabled: True
display_name: "Custom image"
validation_regex: "^.+:.+$"
Expand Down Expand Up @@ -295,7 +299,6 @@ basehub:
- display_name: "CPU only"
description: *profile_list_description
slug: medium-base
default: true
allowed_groups:
- leap-stc:leap-pangeo-base-access
profile_options:
Expand Down

0 comments on commit 7a63a57

Please sign in to comment.