Skip to content

Commit

Permalink
Merge pull request #5389 from jnywong/victor-resource-allocation
Browse files Browse the repository at this point in the history
[victor] Remove smallest allocation and add 32GB RAM option
  • Loading branch information
jnywong authored Jan 16, 2025
2 parents 0f7ab64 + af7711a commit 7a7ae68
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 9 additions & 10 deletions config/clusters/victor/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ basehub:
resource_allocation: &profile_option_resource_allocation
display_name: Resource Allocation
choices:
mem_1_9:
default: true
display_name: 1.9 GB RAM, upto 3.7 CPUs
kubespawner_override:
mem_guarantee: 1991244775
mem_limit: 1991244775
cpu_guarantee: 0.2328125
cpu_limit: 3.725
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
mem_3_7:
display_name: 3.7 GB RAM, upto 3.7 CPUs
kubespawner_override:
Expand Down Expand Up @@ -99,6 +89,15 @@ basehub:
cpu_limit: 3.725
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
mem_32_5:
display_name: 32.5 GB RAM, upto 7.8 CPUs
kubespawner_override:
mem_guarantee: 32547224420
mem_limit: 32547224420
cpu_guarantee: 3.725
cpu_limit: 7.8475
node_selector:
node.kubernetes.io/instance-type: r5.4xlarge
mem_60_6:
display_name: 60.6 GB RAM, upto 15.6 CPUs
kubespawner_override:
Expand Down
19 changes: 9 additions & 10 deletions config/clusters/victor/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ basehub:
resource_allocation: &profile_option_resource_allocation
display_name: Resource Allocation
choices:
mem_1_9:
default: true
display_name: 1.9 GB RAM, upto 3.7 CPUs
kubespawner_override:
mem_guarantee: 1991244775
mem_limit: 1991244775
cpu_guarantee: 0.2328125
cpu_limit: 3.725
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
mem_3_7:
display_name: 3.7 GB RAM, upto 3.7 CPUs
kubespawner_override:
Expand Down Expand Up @@ -106,6 +96,15 @@ basehub:
cpu_limit: 3.725
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
mem_32_5:
display_name: 32.5 GB RAM, upto 7.8 CPUs
kubespawner_override:
mem_guarantee: 32547224420
mem_limit: 32547224420
cpu_guarantee: 3.725
cpu_limit: 7.8475
node_selector:
node.kubernetes.io/instance-type: r5.4xlarge
mem_60_6:
display_name: 60.6 GB RAM, upto 15.6 CPUs
kubespawner_override:
Expand Down

0 comments on commit 7a7ae68

Please sign in to comment.