mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-01-27 10:19:14 +00:00
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 <vegard@stonegarden.dev>
This commit is contained in:
@@ -63,7 +63,6 @@ spec:
|
||||
server: 192.168.1.117
|
||||
path: /mnt/pool-0/data/media
|
||||
- name: cache
|
||||
emptyDir:
|
||||
medium: Memory
|
||||
emptyDir: { }
|
||||
- name: tmp
|
||||
emptyDir: { }
|
||||
|
||||
Reference in New Issue
Block a user