Skip to content

Commit

Permalink
chore(tf): remove third cluster node on production (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Nov 17, 2023
1 parent bf1e4e3 commit 0d693f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/env/production/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 5
node_count = 4
node_locations = [
"europe-west3-a",
]
Expand Down

0 comments on commit 0d693f2

Please sign in to comment.