Skip to content

Commit

Permalink
Infra. Scale up instance size to m5.xlarge as pod count is insufficie…
Browse files Browse the repository at this point in the history
…nt with smaller instances
  • Loading branch information
mohan-13 committed Aug 1, 2024
1 parent 16e8bfa commit 537bb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/node_groups/nonprod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_group_name = "nonprod"
desired_num_of_nodes = 1
min_num_of_nodes = 1
max_num_of_nodes = 2
node_instance_type = "m5.large"
node_instance_type = "m5.xlarge"

0 comments on commit 537bb7d

Please sign in to comment.