From 9b5bc3a81f4893edb81d1a5ac23382b3b8f3dd8b Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 15 May 2024 20:38:19 +0200 Subject: [PATCH] fix(s3-csi): increase resources --- s3-csi/patches/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3-csi/patches/daemonset.yaml b/s3-csi/patches/daemonset.yaml index ab48bb3..ed6d2c9 100644 --- a/s3-csi/patches/daemonset.yaml +++ b/s3-csi/patches/daemonset.yaml @@ -12,7 +12,7 @@ value: requests: cpu: 20m - memory: 25Mi + memory: 50Mi limits: cpu: 20m - memory: 25Mi + memory: 50Mi