Skip to content

Commit

Permalink
chore(tf): increase number of production nodes to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Jan 10, 2024
1 parent ccec100 commit ea63483
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 = 3
node_count = 4
node_locations = [
"europe-west3-a",
]
Expand Down

0 comments on commit ea63483

Please sign in to comment.