Skip to content

Commit

Permalink
chore(cluster): bump staging node count to 6 so it can accomodate 2 e…
Browse files Browse the repository at this point in the history
…s clusters
  • Loading branch information
m90 committed Jul 13, 2023
1 parent d94317d commit 5ff9b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/env/staging/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 5ff9b24

Please sign in to comment.