From e92c588b14fa75c224fd39630e6b63f4152a8f68 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Fri, 18 Apr 2025 14:07:56 +0200 Subject: [PATCH] chore(thanos/compactor): increase cpu limit --- thanos/5-compactor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thanos/5-compactor.yaml b/thanos/5-compactor.yaml index 565fb3c..808feb8 100644 --- a/thanos/5-compactor.yaml +++ b/thanos/5-compactor.yaml @@ -85,10 +85,10 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 200m + cpu: 300m memory: 256Mi limits: - cpu: 750m + cpu: 1 memory: 500Mi volumeMounts: - name: objstore