Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 0864ee9

Browse files
committed
feat!: plex only refers to a single library mount
1 parent 79254f7 commit 0864ee9

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

templates/plex/deployment.yaml

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)