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