diff --git a/charts/controlplane/values.yaml b/charts/controlplane/values.yaml index 02b9d5b8..0b359bde 100644 --- a/charts/controlplane/values.yaml +++ b/charts/controlplane/values.yaml @@ -648,6 +648,8 @@ services: recordActionThreadCount: 16 type: runservice updateActionStatusThreadCount: 16 + maxActions: 100000 + maxActionsPerRun: 51000 # Union console configuration. diff --git a/tests/generated/controlplane.aws.billing-enable.yaml b/tests/generated/controlplane.aws.billing-enable.yaml index aa122583..d6fcf6cb 100644 --- a/tests/generated/controlplane.aws.billing-enable.yaml +++ b/tests/generated/controlplane.aws.billing-enable.yaml @@ -829,6 +829,8 @@ data: recordActionThreadCount: 16 type: runservice updateActionStatusThreadCount: 16 + maxActions: 100000 + maxActionsPerRun: 51000 sharedService: metrics: scope: 'queue:' diff --git a/tests/generated/controlplane.aws.yaml b/tests/generated/controlplane.aws.yaml index 4e483a22..a48df950 100644 --- a/tests/generated/controlplane.aws.yaml +++ b/tests/generated/controlplane.aws.yaml @@ -829,6 +829,8 @@ data: recordActionThreadCount: 16 type: runservice updateActionStatusThreadCount: 16 + maxActions: 100000 + maxActionsPerRun: 51000 sharedService: metrics: scope: 'queue:'