mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
Increase the maximum number of nodes in a nood pool to 15 (#672)
This commit is contained in:
parent
4cb88ab6e7
commit
e4d0571125
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
Add a link
Reference in a new issue