Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
media: perms refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruns committed Oct 31, 2024
1 parent 6a9ea0a commit f6f0ea7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion media/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,16 @@ persistence:
hostPath: /mnt/andromeda/media/nzbdl
globalMounts:
- path: /nzbdl
data:
enabled: true
type: hostPath
hostPath: /mnt/andromeda/media
globalMounts:
- path: /data

defaultPodOptions:
securityContext:
runAsUser: 1001
runAsUser: 4002
runAsGroup: 1002
fsGroup: 1002
fsGroupChangePolicy: "OnRootMismatch"
8 changes: 7 additions & 1 deletion media/sabnzbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,16 @@ persistence:
hostPath: /mnt/andromeda/media/nzbdl
globalMounts:
- path: /nzbdl
data:
enabled: true
type: hostPath
hostPath: /mnt/andromeda/media
globalMounts:
- path: /data

defaultPodOptions:
securityContext:
runAsUser: 1001
runAsUser: 4003
runAsGroup: 1002
fsGroup: 1002
fsGroupChangePolicy: "OnRootMismatch"
8 changes: 7 additions & 1 deletion media/sonarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,16 @@ persistence:
hostPath: /mnt/andromeda/media/nzbdl
globalMounts:
- path: /nzbdl
data:
enabled: true
type: hostPath
hostPath: /mnt/andromeda/media
globalMounts:
- path: /data

defaultPodOptions:
securityContext:
runAsUser: 1001
runAsUser: 4001
runAsGroup: 1002
fsGroup: 1002
fsGroupChangePolicy: "OnRootMismatch"
Expand Down

0 comments on commit f6f0ea7

Please sign in to comment.