Skip to content

Commit e01a464

Browse files
CR-25908 add req and lim for ephemeral storage (argo-workflows) (#344)
1 parent fd75b22 commit e01a464

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charts/gitops-runtime/values.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@ argo-workflows:
207207
crds:
208208
# -- Install and upgrade CRDs
209209
install: true
210+
# executor controls how the init and wait container should be customized
211+
executor:
212+
resources:
213+
limits:
214+
ephemeral-storage: 50Mi
215+
requests:
216+
ephemeral-storage: 10Mi
217+
# mainContainer adds default config for main container that could be overriden in workflows template
218+
mainContainer:
219+
resources:
220+
requests:
221+
ephemeral-storage: 10Mi
210222

211223
#-----------------------------------------------------------------------------------------------------------------------
212224
# Argo rollouts

0 commit comments

Comments
 (0)