From 12580e9e879c5817d98bf97c7f2c3955dd192bcf Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 6 Jul 2024 13:24:39 -0400 Subject: [PATCH] radarr more ram --- cluster/apps/production/radarr/radarr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 254fcec..a67e6bd 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -28,10 +28,10 @@ spec: value: America/New_York resources: requests: - memory: "128Mi" + memory: "512Mi" cpu: "100m" limits: - memory: "512Mi" + memory: "1Gi" cpu: "100m" volumeMounts: - mountPath: /config