From 9f079d350c277e784c9e124a736eec346b1599a0 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Mon, 25 Nov 2024 05:23:43 +0100 Subject: [PATCH] fix(thanos): increase querier cpu limit to `750m` --- thanos/3-querier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thanos/3-querier.yaml b/thanos/3-querier.yaml index 10120bd..03166e0 100644 --- a/thanos/3-querier.yaml +++ b/thanos/3-querier.yaml @@ -63,7 +63,7 @@ spec: cpu: 100m memory: 256Mi limits: - cpu: 500m + cpu: 750m memory: 2Gi --- apiVersion: v1