From f384c6c498e240f1e1b2de58a5356f24ab29f911 Mon Sep 17 00:00:00 2001 From: David Burke Date: Mon, 17 Apr 2023 13:07:18 +0000 Subject: [PATCH] Beat seems to require more memory --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 91c192c..112449e 100644 --- a/values.yaml +++ b/values.yaml @@ -108,10 +108,10 @@ beat: resources: limits: cpu: 100m - memory: 120Mi + memory: 130Mi requests: cpu: 1m - memory: 90Mi + memory: 110Mi nodeSelector: {} tolerations: [] podAnnotations: {}