fix(plex): move video thumbnails to host path mount

This commit is contained in:
SeanOMik 2024-12-24 15:07:48 -05:00
parent aca83263c8
commit 961b72389c

View file

@ -98,7 +98,6 @@ spec:
persistence:
config:
#existingClaim: plex
# TODO: If setting up Plex for the first time, you'll want to add the globalMounts section
type: persistentVolumeClaim
size: 100Gi
retain: true
@ -106,7 +105,6 @@ spec:
accessMode: ReadWriteOnce
globalMounts:
- path: /config/Library/Application Support/Plex Media Server
# Separate PVC for cache to avoid backing up cache files
cache:
type: persistentVolumeClaim
@ -116,18 +114,21 @@ spec:
accessMode: ReadWriteOnce
globalMounts:
- path: /config/Library/Application Support/Plex Media Server/Cache
logs:
type: emptyDir
globalMounts:
- path: /config/Library/Application Support/Plex Media Server/Logs
# Store video thumbnails somewhere else so they're not backed up
server-media:
hostPath: /mnt/MainPool/Media/Plex/Media
globalMounts:
- path: /config/Library/Application Support/Plex Media Server/Media
tmp:
type: emptyDir
transcode:
type: emptyDir
globalMounts:
- path: /transcode
media:
type: hostPath
hostPath: /mnt/MainPool/Media/Media