Increase the maximum number of nodes in a nood pool to 15 (#672)

This commit is contained in:
Lai Jiang 2020-07-10 21:54:18 -04:00 committed by GitHub
parent 4cb88ab6e7
commit e4d0571125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ resource "google_container_cluster" "proxy_cluster" {
}
autoscaling {
max_node_count = 5
max_node_count = 15
min_node_count = 1
}