Skip to content

Commit

Permalink
adjust media persistence config for plex
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfoil committed Feb 26, 2024
1 parent 78e2fcb commit bd45fe6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,9 @@ spec:
tmp:
type: emptyDir
media:
enabled: true
type: nfs
server:
nfs: "192.168.1.33"
path: /volume2/Media/
server: "192.168.1.33"
path: /volume2/Media/
globalMounts:
- path: /media
readOnly: true
Expand Down

0 comments on commit bd45fe6

Please sign in to comment.