Skip to content

Commit 3a77de4

Browse files
committed
fix(jellyfin): change cache to ephemeral storage
Using Memory apparently doesn't work anymore, getting an error message: `System.InvalidOperationException: The path has insufficient free space. Required: at least 2GB.` Signed-off-by: Vegard Hagen <[email protected]>
1 parent 5c14ae1 commit 3a77de4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

k8s/apps/media/jellyfin/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ spec:
6363
server: 192.168.1.117
6464
path: /mnt/pool-0/data/media
6565
- name: cache
66-
emptyDir:
67-
medium: Memory
66+
emptyDir: { }
6867
- name: tmp
6968
emptyDir: { }

0 commit comments

Comments
 (0)