From 31d3b669c6e495119792648dcc9c2374ace872fe Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 6 Jul 2024 13:22:54 -0400 Subject: [PATCH] fixing radarr --- 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 8d850bc..254fcec 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -29,10 +29,10 @@ spec: resources: requests: memory: "128Mi" - cpu: "10m" + cpu: "100m" limits: memory: "512Mi" - cpu: "10m" + cpu: "100m" volumeMounts: - mountPath: /config name: radarr-config