feat(sonarr): Ensure sonarr starts correctly

This commit is contained in:
Peter 2025-12-21 12:17:27 +01:00
parent f38f50786b
commit 9718e6c85b
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 4 additions and 5 deletions

View file

@ -47,7 +47,7 @@ spec:
capabilities: capabilities:
drop: drop:
- "ALL" - "ALL"
# add: add:
# - "CHOWN" - "CHOWN"
# - "SETUID" - "SETUID"
# - "SETGID" - "SETGID"

View file

@ -27,7 +27,6 @@ apiVersion: v1
kind: PersistentVolume kind: PersistentVolume
metadata: metadata:
name: nfs-media name: nfs-media
namespace: default
spec: spec:
capacity: capacity:
storage: 40Ti storage: 40Ti