From 19783f11130c80a5457d1e4f8b225b1c2f5b6fc8 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sat, 12 Oct 2024 02:39:28 +0200 Subject: [PATCH] thanos/4-storegateway.yaml: increase cpu/memory limits --- thanos/4-storegateway.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index 5930f33..ba26504 100644 --- a/thanos/4-storegateway.yaml +++ b/thanos/4-storegateway.yaml @@ -74,11 +74,11 @@ spec: timeoutSeconds: 30 resources: requests: - cpu: 100m - memory: 256Mi + cpu: 200m + memory: 512Mi limits: - cpu: 500m - memory: 1Gi + cpu: 1000m + memory: 1.5Gi volumeMounts: - name: objstore mountPath: /conf/objstore.yml