Skip to content

Commit

Permalink
Feat/scaling va workflows (#2507)
Browse files Browse the repository at this point in the history
* Raising total parallelism to 13, to enable stress tests in va-testing. This should be merged with a value of 10, to allow 5 WFs in each env

* Bumping the parallelism for Argo up to 5
  • Loading branch information
AidanHilt authored Mar 20, 2024
1 parent bff3a57 commit 6d67d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/services/argo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controller:
parallelism: 8
namespaceParallelism: 3
parallelism: 10
namespaceParallelism: 5
metricsConfig:
# -- Enables prometheus metrics server
enabled: true
Expand Down

0 comments on commit 6d67d74

Please sign in to comment.