This commit is contained in:
2026-01-02 13:57:00 -07:00
parent e0093b0e53
commit 094aa7efd2
6 changed files with 99 additions and 45 deletions

View File

@@ -13,13 +13,18 @@ spec:
labels:
app: jellyfin
spec:
hostNetwork: true
containers:
- name: jellyfin
image: jellyfin/jellyfin
securityContext:
runAsUser: 1000
runAsGroup: 1000
supplementalGroups:
- 303 # render group for GPU access
volumeMounts:
- name: dri-device
mountPath: /dev/dri/renderD128
- name: config-volume
mountPath: /config
- name: cache-volume
@@ -52,4 +57,8 @@ spec:
- name: tvshows-volume
hostPath:
path: /data/jellyfin/tvshows
restartPolicy: Always
- name: dri-device
hostPath:
path: /dev/dri/renderD128
type: CharDevice
restartPolicy: Always