mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
fix(jellyfin): add writable /tmp directory for migration
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -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: { }
|
||||
|
||||
Reference in New Issue
Block a user