Skip to content

Commit

Permalink
CR-25908 add req and lim for ephemeral storage (argo-workflows) (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-codefresh authored Nov 29, 2024
1 parent fd75b22 commit e01a464
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,18 @@ argo-workflows:
crds:
# -- Install and upgrade CRDs
install: true
# executor controls how the init and wait container should be customized
executor:
resources:
limits:
ephemeral-storage: 50Mi
requests:
ephemeral-storage: 10Mi
# mainContainer adds default config for main container that could be overriden in workflows template
mainContainer:
resources:
requests:
ephemeral-storage: 10Mi

#-----------------------------------------------------------------------------------------------------------------------
# Argo rollouts
Expand Down

0 comments on commit e01a464

Please sign in to comment.