This repository was archived by the owner on Oct 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -37,39 +37,15 @@ spec:
3737 volumeMounts :
3838 - name : plex-config
3939 mountPath : /config
40- - name : tv
41- mountPath : /tv
42- - name : movies
43- mountPath : /movies
44- - name : music
45- mountPath : /music
46- - name : photos
47- mountPath : /photos
48- - name : commercials
49- mountPath : /commercials
40+ - name : library
41+ mountPath : /library
5042 volumes :
5143 - name : plex-config
5244 hostPath :
5345 path : " {{ .Values.services.plex.config }}"
5446 type : Directory
55- - name : tv
47+ - name : library
5648 hostPath :
57- path : " {{ .Values.services.plex.library.tv }}"
58- type : Directory
59- - name : movies
60- hostPath :
61- path : " {{ .Values.services.plex.library.movies }}"
62- type : Directory
63- - name : music
64- hostPath :
65- path : " {{ .Values.services.plex.library.music }}"
66- type : Directory
67- - name : photos
68- hostPath :
69- path : " {{ .Values.services.plex.library.photos }}"
70- type : Directory
71- - name : commercials
72- hostPath :
73- path : " {{ .Values.services.plex.library.commercials }}"
49+ path : " {{ .Values.services.plex.library }}"
7450 type : Directory
7551{{- end }}
You can’t perform that action at this time.
0 commit comments