Skip to content

Commit ab4a995

Browse files
committed
Reduce maximum node size in node groups configuration from 3 to 2 for optimized resource allocation.
1 parent b90d865 commit ab4a995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terraform/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ node_groups = {
2121
capacity_type = "ON_DEMAND"
2222
scaling_config = {
2323
desired_size = 1 # Single node for development
24-
max_size = 3 # Reduced max
24+
max_size = 2 # Reduced max
2525
min_size = 1
2626
}
2727
}

0 commit comments

Comments
 (0)