From 6178c485444b60babb2e83afe937dd06461546a0 Mon Sep 17 00:00:00 2001 From: antikilahdjs <33559260+antikilahdjs@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:20:29 -0300 Subject: [PATCH] Update devtron-housekeeping.yaml The propose to this change is to increase the housekeeping resource limited up to 50m. During the installation it getting OOMKill. The issue to track is : https://github.com/devtron-labs/devtron/issues/4747 --- manifests/yamls/devtron-housekeeping.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/yamls/devtron-housekeeping.yaml b/manifests/yamls/devtron-housekeeping.yaml index 443ccde73f..1e844eb910 100644 --- a/manifests/yamls/devtron-housekeeping.yaml +++ b/manifests/yamls/devtron-housekeeping.yaml @@ -140,8 +140,8 @@ spec: key: DEVTRON_HELM_RELEASE_NAME resources: limits: - cpu: "50m" - memory: 50Mi + cpu: "2" + memory: 512Mi requests: cpu: "50m" memory: 50Mi