Add more workers as we are starved on resource.requests.
This commit is contained in:
parent
afa3c14b85
commit
5304aca0a3
1 changed files with 1 additions and 1 deletions
2
vars.tf
2
vars.tf
|
@ -1,5 +1,5 @@
|
|||
variable "worker_instance_count" {
|
||||
default = "6"
|
||||
default = "10"
|
||||
}
|
||||
variable "controller_instance_count" {
|
||||
default = "3"
|
||||
|
|
Loading…
Add table
Reference in a new issue