From ce731b8236057c9e02215e8bd0af23d899d85af3 Mon Sep 17 00:00:00 2001 From: Rudi MK Date: Mon, 28 Oct 2024 20:21:06 +0530 Subject: [PATCH] Update values.yaml - bumped the job sidecar's RAM limit to 100Mi --- applications/job/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/job/values.yaml b/applications/job/values.yaml index 1228dd09c..a2982527e 100644 --- a/applications/job/values.yaml +++ b/applications/job/values.yaml @@ -73,7 +73,7 @@ sidecar: resources: requests: cpu: 10m - memory: 50Mi + memory: 100Mi # Set this to add entries to the /etc/hosts file # Format: hostAliases: [{ip: , hostnames: [,..]},..]