From 5ff9b2476167610043e08ed9134c5bf1c536c5ec Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 13 Jul 2023 11:42:46 +0200 Subject: [PATCH] chore(cluster): bump staging node count to 6 so it can accomodate 2 es clusters --- tf/env/staging/cluster.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/env/staging/cluster.tf b/tf/env/staging/cluster.tf index 4ae8507ec..8a7f1b72a 100644 --- a/tf/env/staging/cluster.tf +++ b/tf/env/staging/cluster.tf @@ -23,7 +23,7 @@ resource "google_container_cluster" "wbaas-2" { resource "google_container_node_pool" "wbaas-2_large" { cluster = "wbaas-2" name = "large-pool" - node_count = 3 + node_count = 6 node_locations = [ "europe-west3-a", ]