From f87ffe96f0796c361cc38a956ce1cf652e46bdf1 Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Wed, 27 Nov 2024 12:36:08 +0200 Subject: [PATCH] CR-25908 add req and lim for ephemeral storage (argo-workflows) --- charts/gitops-runtime/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 41a4d1b4..7eba7e7d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -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