From 19783f11130c80a5457d1e4f8b225b1c2f5b6fc8 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sat, 12 Oct 2024 02:39:28 +0200 Subject: [PATCH 1/2] 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 From a82139c221254e6d2d3e43ff521474996bd06527 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sat, 12 Oct 2024 02:40:11 +0200 Subject: [PATCH 2/2] thanos/6-receiver.yaml: increase storage & cpu/memory limits --- thanos/6-receiver.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index 88ae91c..389d125 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -267,7 +267,7 @@ spec: memory: 512Mi limits: cpu: 3000m - memory: 4Gi + memory: 6Gi volumeMounts: - name: objstore mountPath: /conf/objstore.yml @@ -291,7 +291,7 @@ spec: accessModes: [ReadWriteOnce] resources: requests: - storage: 20Gi + storage: 30Gi --- apiVersion: v1 kind: Service