From 901aa887d1a2da669fc70941bc3e3260fbb7a54b Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 18 Jul 2024 15:52:02 +0800 Subject: [PATCH] chore: resources tuning --- kube/deploy/core/storage/volsync/template/rsrc-r2.yaml | 5 +---- kube/deploy/core/storage/volsync/template/rsrc-rgw.yaml | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml b/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml index 063177c8..184f47c1 100644 --- a/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml +++ b/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml @@ -32,9 +32,6 @@ spec: moverPodLabels: egress.home.arpa/r2: allow moverResources: - requests: - cpu: 500m - memory: 256Mi limits: cpu: 500m - memory: 6Gi + memory: 2Gi diff --git a/kube/deploy/core/storage/volsync/template/rsrc-rgw.yaml b/kube/deploy/core/storage/volsync/template/rsrc-rgw.yaml index c878daa7..455b6b4a 100644 --- a/kube/deploy/core/storage/volsync/template/rsrc-rgw.yaml +++ b/kube/deploy/core/storage/volsync/template/rsrc-rgw.yaml @@ -32,8 +32,6 @@ spec: moverPodLabels: s3.home.arpa/store: "rgw-${CLUSTER_NAME}" moverResources: - requests: - memory: 256Mi limits: cpu: 150m - memory: 6Gi + memory: 1Gi