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