feat(sonarr): Ensure sonarr starts correctly
This commit is contained in:
parent
f38f50786b
commit
9718e6c85b
2 changed files with 4 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ spec:
|
|||
capabilities:
|
||||
drop:
|
||||
- "ALL"
|
||||
# add:
|
||||
# - "CHOWN"
|
||||
# - "SETUID"
|
||||
# - "SETGID"
|
||||
add:
|
||||
- "CHOWN"
|
||||
- "SETUID"
|
||||
- "SETGID"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ apiVersion: v1
|
|||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: nfs-media
|
||||
namespace: default
|
||||
spec:
|
||||
capacity:
|
||||
storage: 40Ti
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue