Skip to content

Commit

Permalink
earthscope: Switch to larger node size for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 8, 2024
1 parent a5caa28 commit d5c722f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/clusters/earthscope/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ basehub:
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
- display_name: "Small: 4 CPU, 32 GB"
description: "A dedicated machine for you."
allowed_groups:
- geolab
- geolab:dev
Expand All @@ -203,9 +202,10 @@ basehub:
kubespawner_override:
mem_guarantee: 28.937G
cpu_guarantee: 0.4
mem_limit: null
mem_limit: 28.937G
cpu_limit: 4
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
node.kubernetes.io/instance-type: r5.16xlarge
- display_name: "Medium: 16 CPU, 128 GB"
description: "A dedicated machine for you."
profile_options: *profile_options
Expand Down

0 comments on commit d5c722f

Please sign in to comment.