From c5ca5e6c75625e45b18f51c38e9edd133440ff32 Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 10 Nov 2024 00:31:45 +0100 Subject: [PATCH] chore(thanos/compactor): increase limits --- thanos/5-compactor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thanos/5-compactor.yaml b/thanos/5-compactor.yaml index f5669fa..feb4d6a 100644 --- a/thanos/5-compactor.yaml +++ b/thanos/5-compactor.yaml @@ -85,11 +85,11 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 100m + cpu: 200m memory: 256Mi limits: - cpu: 500m - memory: 256Mi + cpu: 750m + memory: 500Mi volumeMounts: - name: objstore mountPath: /conf/objstore.yml