Add more workers as we are starved on resource.requests.

This commit is contained in:
Mikael Frykholm 2025-01-29 07:30:27 +01:00
parent afa3c14b85
commit 5304aca0a3
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -1,5 +1,5 @@
variable "worker_instance_count" {
default = "6"
default = "10"
}
variable "controller_instance_count" {
default = "3"