Skip to content

Commit

Permalink
Reduce generic node pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsilcock authored Feb 26, 2023
1 parent 0135df7 commit e69a810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ resource "google_container_node_pool" "generic" {

autoscaling {
min_node_count = 1
max_node_count = 3
max_node_count = 2
}

management {
Expand Down

0 comments on commit e69a810

Please sign in to comment.