defenseunicorns-partnerships / argo-wf-zarf

Zarf package for Argo Workflows
Apache License 2.0
0 stars 0 forks source link

Decide on parallelization and rateLimiting parameters for actual deployment #74

Open ldgriswold opened 3 days ago

ldgriswold commented 3 days ago

Modify values.yaml to include the following fields under controller:

  # -- parallelism dictates how many workflows can be running at the same time  
  parallelism:
  # -- Globally limits the rate at which pods are created.
  # This is intended to mitigate flooding of the Kubernetes API server by workflows with a large amount of
  # parallel nodes.
  resourceRateLimit: {}
    # limit: 10
    # burst: 1
ldgriswold commented 1 day ago

Closed by #79