probaby shouldnt have read only downloader
This commit is contained in:
parent
51b711e009
commit
6bfb2a86fb
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -61,7 +61,6 @@ spec:
|
|||
name: qbitty-config
|
||||
- mountPath: /data
|
||||
name: nas
|
||||
readOnly: true
|
||||
securityContext:
|
||||
capabilities:
|
||||
add: ["NET_ADMIN"]
|
||||
|
|
Loading…
Reference in a new issue