mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 23:39:48 +00:00
feat(jellyfin): use media UID
This commit is contained in:
@@ -112,13 +112,11 @@ spec:
|
||||
hostUsers: true # NFS doesn't support idmap?
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: &uid 568
|
||||
runAsUser: &uid 6969
|
||||
runAsGroup: *uid
|
||||
fsGroup: *uid
|
||||
fsGroupChangePolicy: Always
|
||||
supplementalGroups:
|
||||
- 44 # iGPU
|
||||
- 6969 # NAS NFS media share user
|
||||
supplementalGroups: [44] # iGPU
|
||||
seccompProfile: { type: "RuntimeDefault" }
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
|
||||
Reference in New Issue
Block a user