chore(plex): use Memory for /tmp and /transcode

Try to fix NodeDiskPressure issue where I think Plex filling up ephemeral storage
This commit is contained in:
Vegard Hagen
2024-08-12 08:57:42 +02:00
parent dbb66ba93d
commit e6a8ad12c8

View File

@@ -40,7 +40,7 @@ spec:
memory: 2Gi
limits:
cpu: 6000m
memory: 6Gi
memory: 8Gi
gpu.intel.com/i915: 1000m
envFrom:
- configMapRef:
@@ -66,6 +66,8 @@ spec:
server: 192.168.1.55
path: /mnt/pool-0/data/media
- name: transcode
emptyDir: { }
emptyDir:
medium: Memory
- name: tmp
emptyDir: { }
emptyDir:
medium: Memory