From ff35ebb0a252845f79b1c7d2d999a9d717e7f5d1 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 2 Oct 2024 22:01:51 +0200 Subject: [PATCH] increase cpu for thanos receiver --- thanos/6-receiver.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index 2f679b9..88ae91c 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -124,10 +124,10 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 100m + cpu: 1000m memory: 512Mi limits: - cpu: 500m + cpu: 3000m memory: 4Gi volumeMounts: - name: objstore @@ -263,10 +263,10 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 100m + cpu: 1000m memory: 512Mi limits: - cpu: 500m + cpu: 3000m memory: 4Gi volumeMounts: - name: objstore