From 7b853ab70e98b90c1a592bcc14916f065811b03f Mon Sep 17 00:00:00 2001 From: sudouser Date: Tue, 4 Nov 2025 08:51:26 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20'kubeflo?= =?UTF-8?q?w/apps/pipeline/upstream/third-party/argo/base/workflow-control?= =?UTF-8?q?ler-configmap-patch.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../argo/base/workflow-controller-configmap-patch.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml b/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml index 782e2c6..05df566 100644 --- a/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml +++ b/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml @@ -36,3 +36,11 @@ data: key: secretkey executor: | imagePullPolicy: IfNotPresent + resources: + requests: + cpu: 0.01 + memory: 32Mi + limits: + cpu: 0.5 + memory: 512Mi +