diff --git a/thanos/5-compactor.yaml b/thanos/5-compactor.yaml index feb4d6a..f5669fa 100644 --- a/thanos/5-compactor.yaml +++ b/thanos/5-compactor.yaml @@ -85,11 +85,11 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 200m + cpu: 100m memory: 256Mi limits: - cpu: 750m - memory: 500Mi + cpu: 500m + memory: 256Mi volumeMounts: - name: objstore mountPath: /conf/objstore.yml