mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Increase the maximum number of nodes in a nood pool to 15 (#672)
This commit is contained in:
parent
10b23e590e
commit
b4a4e23d5e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ resource "google_container_cluster" "proxy_cluster" {
|
|||
}
|
||||
|
||||
autoscaling {
|
||||
max_node_count = 5
|
||||
max_node_count = 15
|
||||
min_node_count = 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue