From d3fc2567d42aafad70d79354cbb0ac1f86626ad0 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Thu, 13 Oct 2022 13:39:33 +0000 Subject: [PATCH] Increase source controller memory allocation --- base/flux/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/flux/kustomization.yaml b/base/flux/kustomization.yaml index 963ee41495..5c6fab4a47 100644 --- a/base/flux/kustomization.yaml +++ b/base/flux/kustomization.yaml @@ -129,7 +129,7 @@ patches: resources: limits: cpu: 100m - memory: 250Mi + memory: 384Mi requests: cpu: 100m - memory: 250Mi + memory: 384Mi -- GitLab