1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

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

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
}