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