Skip to content

Commit

Permalink
Merge pull request #1494 from area363/update-240030703
Browse files Browse the repository at this point in the history
update odin validator nodegroup
  • Loading branch information
area363 authored Mar 7, 2024
2 parents 59062c2 + 6d380c2 commit da6baab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 9c-main/multiplanetary/network/9c-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ validator:
value: validator-test

nodeSelector:
eks.amazonaws.com/nodegroup: 9c-main-r7g_xl_2c_validator
eks.amazonaws.com/nodegroup: 9c-main-m7g_2xl_2c_validator

resources:
requests:
cpu: '2'
cpu: '6'
memory: 25Gi

remoteHeadless:
Expand Down
8 changes: 4 additions & 4 deletions terraform/environments/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ module "common" {
instance_types = ["r7g.xlarge"]
availability_zone = "us-east-2c"
capacity_type = "ON_DEMAND"
desired_size = 4
min_size = 4
desired_size = 0
min_size = 0
max_size = 10
ami_type = "AL2_ARM_64"
disk_size = 50
Expand All @@ -153,8 +153,8 @@ module "common" {
instance_types = ["m7g.2xlarge"]
availability_zone = "us-east-2c"
capacity_type = "ON_DEMAND"
desired_size = 0
min_size = 0
desired_size = 4
min_size = 4
max_size = 10
ami_type = "AL2_ARM_64"
disk_size = 50
Expand Down

0 comments on commit da6baab

Please sign in to comment.