Skip to content

Commit

Permalink
Move plex transcodes to different disk
Browse files Browse the repository at this point in the history
Plenty of HDD space, not so much SSD space.
  • Loading branch information
mchill committed Jul 23, 2024
1 parent 9cc52f0 commit 2e493c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions k8s/applications/plex/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
volumeMounts:
- name: plex
mountPath: /config
- name: media
mountPath: /transcode
subPath: transcode/plex
- name: media
mountPath: /data/movies
subPath: libraries/movies/sd
Expand Down
2 changes: 1 addition & 1 deletion k8s/applications/tdarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
subPath: configs
- name: media
mountPath: /temp
subPath: tdarr
subPath: transcode/tdarr
- name: media
mountPath: /media/movies
subPath: libraries/movies/sd
Expand Down

0 comments on commit 2e493c8

Please sign in to comment.