diff --git a/tf/env/production/cluster.tf b/tf/env/production/cluster.tf
index 7ba6bcee3..ac9865e18 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 = 4
+  node_count = 3
   node_locations = [
     "europe-west3-a",
   ]