We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90d865 commit ab4a995Copy full SHA for ab4a995
Terraform/terraform.tfvars
@@ -21,7 +21,7 @@ node_groups = {
21
capacity_type = "ON_DEMAND"
22
scaling_config = {
23
desired_size = 1 # Single node for development
24
- max_size = 3 # Reduced max
+ max_size = 2 # Reduced max
25
min_size = 1
26
}
27
0 commit comments