From cefaef7cb9995814b4992d8b6af981bc422fb416 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Sat, 6 Jul 2024 12:29:46 -0400 Subject: [PATCH] Update cluster/apps/production/radarr/radarr.yaml --- cluster/apps/production/radarr/radarr.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 7dddef7..8d850bc 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -28,11 +28,11 @@ spec: value: America/New_York resources: requests: - memory: "512Mi" - cpu: "1" + memory: "128Mi" + cpu: "10m" limits: - memory: "1Gi" - cpu: "1" + memory: "512Mi" + cpu: "10m" volumeMounts: - mountPath: /config name: radarr-config