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:
@@ -28,7 +28,7 @@ resource "google_container_cluster" "proxy_cluster" {
|
||||
}
|
||||
|
||||
autoscaling {
|
||||
max_node_count = 5
|
||||
max_node_count = 15
|
||||
min_node_count = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user