diff --git a/helm-charts/k8s-mediaserver/templates/jackett-resources.yml b/helm-charts/k8s-mediaserver/templates/jackett-resources.yml index 947b351..f8ce64f 100644 --- a/helm-charts/k8s-mediaserver/templates/jackett-resources.yml +++ b/helm-charts/k8s-mediaserver/templates/jackett-resources.yml @@ -83,7 +83,7 @@ spec: volumeMounts: {{- if .Values.jackett.volume }} - name: {{ .Values.jackett.volume.name }} - mountPath: /config + mountPath: /config/Jackett {{- else }} - name: mediaserver-volume mountPath: "/config" diff --git a/helm-charts/k8s-mediaserver/templates/plex-resources.yml b/helm-charts/k8s-mediaserver/templates/plex-resources.yml index 200debd..02eafa4 100644 --- a/helm-charts/k8s-mediaserver/templates/plex-resources.yml +++ b/helm-charts/k8s-mediaserver/templates/plex-resources.yml @@ -77,6 +77,9 @@ spec: - name: mediaserver-volume mountPath: /tv subPath: "{{ .Values.general.storage.subPaths.tv }}" + - name: mediaserver-volume + mountPath: /downloads + subPath: "{{ .Values.general.storage.subPaths.downloads }}" {{- with .Values.plex.resources }} resources: {{- toYaml . | nindent 12 }}