diff --git a/tf/env/production/cluster.tf b/tf/env/production/cluster.tf index ac9865e18..67b2f5f04 100644 --- a/tf/env/production/cluster.tf +++ b/tf/env/production/cluster.tf @@ -26,7 +26,7 @@ resource "google_container_cluster" "wbaas-3" { resource "google_container_node_pool" "wbaas-3_highmem-16" { cluster = "wbaas-3" name = "n2-highmem-16-pool" - node_count = 3 + node_count = 6 node_locations = [ "europe-west3-a", ]