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", ]