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"