probaby shouldnt have read only downloader

This commit is contained in:
Matt Reeves 2024-07-06 23:39:18 -04:00
parent 51b711e009
commit 6bfb2a86fb
2 changed files with 4 additions and 5 deletions

View file

@ -28,11 +28,11 @@ spec:
value: America/New_York value: America/New_York
resources: resources:
requests: requests:
memory: "128Mi" memory: "500Mi"
cpu: "100m" cpu: "500m"
limits: limits:
memory: "512Mi" memory: "1Gi"
cpu: "100m" cpu: "1"
volumeMounts: volumeMounts:
- mountPath: /config - mountPath: /config
name: prowlarr-config name: prowlarr-config

View file

@ -61,7 +61,6 @@ spec:
name: qbitty-config name: qbitty-config
- mountPath: /data - mountPath: /data
name: nas name: nas
readOnly: true
securityContext: securityContext:
capabilities: capabilities:
add: ["NET_ADMIN"] add: ["NET_ADMIN"]