From 02aca380cc8e599be79c00e1d550f521a77e600e Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 21 Oct 2021 15:30:09 +0200 Subject: [PATCH] Lower helm-controller memory requests This should better fit the memory usage outside initial stackspin install phase. --- install/flux-patches/helm-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/flux-patches/helm-controller.yaml b/install/flux-patches/helm-controller.yaml index 87d0f58c6..cec22c591 100644 --- a/install/flux-patches/helm-controller.yaml +++ b/install/flux-patches/helm-controller.yaml @@ -9,4 +9,4 @@ spec: memory: 1536Mi requests: cpu: 100m - memory: 512Mi + memory: 256Mi -- GitLab