From 51b711e0096a3cc88fe38658516bbe7421eec792 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 6 Jul 2024 22:56:02 -0400 Subject: [PATCH] fixing limits --- cluster/apps/production/radarr/radarr.yaml | 4 ++-- cluster/apps/production/sab/sabnzbd.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index a67e6bd..aba2b46 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -29,10 +29,10 @@ spec: resources: requests: memory: "512Mi" - cpu: "100m" + cpu: "500m" limits: memory: "1Gi" - cpu: "100m" + cpu: "1" volumeMounts: - mountPath: /config name: radarr-config diff --git a/cluster/apps/production/sab/sabnzbd.yaml b/cluster/apps/production/sab/sabnzbd.yaml index b1aa987..8d0bf5f 100644 --- a/cluster/apps/production/sab/sabnzbd.yaml +++ b/cluster/apps/production/sab/sabnzbd.yaml @@ -28,7 +28,7 @@ spec: value: America/New_York resources: requests: - memory: "512Mi" + memory: "2Gi" cpu: "1" limits: memory: "4Gi"