Skip to content

Commit

Permalink
Revert "earthscope: Switch to larger node size for workshop"
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Jul 12, 2024
1 parent 8d614c1 commit 7590980
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,6 +194,7 @@ 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 @@ -202,10 +203,9 @@ basehub:
kubespawner_override:
mem_guarantee: 28.937G
cpu_guarantee: 0.4
mem_limit: 28.937G
cpu_limit: 4
mem_limit: null
node_selector:
node.kubernetes.io/instance-type: r5.16xlarge
node.kubernetes.io/instance-type: r5.xlarge
- display_name: "Medium: 16 CPU, 128 GB"
description: "A dedicated machine for you."
profile_options: *profile_options
Expand Down

0 comments on commit 7590980

Please sign in to comment.