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