mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 18:37:52 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user