diff --git a/cluster/apps/production/prowlarr/prowlarr.yaml b/cluster/apps/production/prowlarr/prowlarr.yaml index 5f4b03e..975200e 100644 --- a/cluster/apps/production/prowlarr/prowlarr.yaml +++ b/cluster/apps/production/prowlarr/prowlarr.yaml @@ -28,11 +28,11 @@ spec: value: America/New_York resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "500Mi" + cpu: "500m" limits: - memory: "512Mi" - cpu: "100m" + memory: "1Gi" + cpu: "1" volumeMounts: - mountPath: /config name: prowlarr-config diff --git a/cluster/apps/production/qbitty/qbitty.yaml b/cluster/apps/production/qbitty/qbitty.yaml index 105af69..1e596d9 100644 --- a/cluster/apps/production/qbitty/qbitty.yaml +++ b/cluster/apps/production/qbitty/qbitty.yaml @@ -61,7 +61,6 @@ spec: name: qbitty-config - mountPath: /data name: nas - readOnly: true securityContext: capabilities: add: ["NET_ADMIN"]