fix(jellyfin): add writable /tmp directory for migration

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-10-25 15:14:18 +02:00
parent c9d054231e
commit 51edaaac53
+4
View File
@@ -52,6 +52,8 @@ spec:
mountPath: /mnt/media
- name: cache
mountPath: /cache
- name: tmp
mountPath: /tmp
volumes:
- name: config
persistentVolumeClaim:
@@ -63,3 +65,5 @@ spec:
- name: cache
emptyDir:
medium: Memory
- name: tmp
emptyDir: { }