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
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

View file

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