Skip to content

Commit

Permalink
Adjust workflow controller arguments to roughly match resource ratio …
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtcppv committed Jan 28, 2021
1 parent 9e3a3e5 commit 180a8b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/eksctl/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,11 @@ spec:
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.6
- --workflow-workers=128
- --burst=2048
- --qps=512
- --workflow-workers=64
- --workflow-ttl-workers=4
- --pod-cleanup-workers=8
- --burst=512
- --qps=256
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.6
Expand Down

0 comments on commit 180a8b1

Please sign in to comment.