Skip to content

Commit

Permalink
chore(tf): remove second cluster node on production (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Nov 17, 2023
1 parent 71a08a0 commit bf1e4e3
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 = 6
node_count = 5
node_locations = [
"europe-west3-a",
]
Expand Down

0 comments on commit bf1e4e3

Please sign in to comment.