Skip to content

Commit

Permalink
Set default profile list option and add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 10, 2021
1 parent 89aeb06 commit 06566f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/hubs/jmte.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,29 +103,35 @@ hubs:

profileList:
- display_name: "16th of Medium: 0.25-4 CPU, 1-16 GB"
default: True
description: "A shared machine, the recommended option until you experience a limitation."
kubespawner_override:
cpu_guarantee: 0.225
mem_guarantee: 0.875G
mem_limit: null
node_selector: { 2i2c.org/node-cpu: "4" }
- display_name: "4th of Medium: 1-4 CPU, 4-16 GB"
description: "A shared machine."
kubespawner_override:
cpu_guarantee: 0.875
mem_guarantee: 3.5G
mem_limit: null
node_selector: { 2i2c.org/node-cpu: "4" }
- display_name: "Medium: 4 CPU, 16 GB"
description: "A dedicated machine for you."
kubespawner_override:
cpu_guarantee: 3.5
mem_guarantee: 14G
mem_limit: null
node_selector: { 2i2c.org/node-cpu: "4" }
- display_name: "Large: 16 CPU, 64 GB"
description: "A dedicated machine for you."
kubespawner_override:
mem_guarantee: 56G
mem_limit: null
node_selector: { 2i2c.org/node-cpu: "16" }
- display_name: "Massive: 64 CPU, 256 GB"
description: "A dedicated machine for you."
kubespawner_override:
mem_guarantee: 224G
mem_limit: null
Expand Down

0 comments on commit 06566f6

Please sign in to comment.