mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +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 {
|
autoscaling {
|
||||||
max_node_count = 5
|
max_node_count = 15
|
||||||
min_node_count = 1
|
min_node_count = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user