jellyfin and pegasus in same group

This commit is contained in:
Brad Stein 2025-09-18 09:38:46 -05:00
parent 980892a5b4
commit 3c97a02fa7

View File

@ -24,6 +24,7 @@ spec:
nodeSelector:
jellyfin: "true"
securityContext:
runAsUser: 1000
fsGroup: 65532
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 65532
@ -35,6 +36,14 @@ spec:
ports:
- name: http
containerPort: 8096
command: ["/bin/sh","-lc"]
args:
- |
umask 0002
exec /usr/lib/jellyfin/bin/jellyfin \
--datadir /config \
--cachedir /cache \
--ffmpeg /usr/lib/jellyfin-ffmpeg/ffmpeg
env:
- name: NVIDIA_DRIVER_CAPABILITIES
value: "compute,video,utility"