Skip to content

Commit a979d05

Browse files
committed
Increase mongodb node group size to fix AZ mismatch.
1 parent 2ba1020 commit a979d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/vars/terraform-staging.tfvars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ core_node_group_instance_types = ["c5a.large", "c5a.xlarge", "c5.large", "c5.xla
3131

3232
mongodb_apps_node_group_capacity_type = "SPOT"
3333
mongodb_apps_node_group_instance_types = ["r5a.large", "r5.large"]
34+
# Temporary fix for pvc/az mismatch
35+
mongodb_apps_node_group_max_size = 4
3436

3537
aq_bucket_cors_allowed_origin = "*"
3638
deploy_sparkpost_templates = false

0 commit comments

Comments
 (0)