mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +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
|
mountPath: /mnt/media
|
||||||
- name: cache
|
- name: cache
|
||||||
mountPath: /cache
|
mountPath: /cache
|
||||||
|
- name: tmp
|
||||||
|
mountPath: /tmp
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
@@ -63,3 +65,5 @@ spec:
|
|||||||
- name: cache
|
- name: cache
|
||||||
emptyDir:
|
emptyDir:
|
||||||
medium: Memory
|
medium: Memory
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: { }
|
||||||
|
|||||||
Reference in New Issue
Block a user