From a851f453706f23fdd6a17fcc9d14388b95d55a33 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Sat, 23 Nov 2024 13:15:51 +0100 Subject: [PATCH] fix(s3-csi): increase resources --- s3-csi/patches/daemonset.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/s3-csi/patches/daemonset.yaml b/s3-csi/patches/daemonset.yaml index ed6d2c9..aed0d35 100644 --- a/s3-csi/patches/daemonset.yaml +++ b/s3-csi/patches/daemonset.yaml @@ -11,8 +11,8 @@ path: "/spec/template/spec/containers/1/resources" value: requests: - cpu: 20m - memory: 50Mi + cpu: 100m + memory: 100Mi limits: - cpu: 20m - memory: 50Mi + cpu: 100m + memory: 100Mi