Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add req and lim for ephemeral storage (argo-workflows) #344

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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