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
|
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
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue