add qbittorrent

This commit is contained in:
2025-05-10 17:22:01 +02:00
parent 18dd6b42d3
commit 0799fa8040
6 changed files with 40 additions and 33 deletions

View File

@ -39,8 +39,8 @@ spec:
volumeMounts:
- name: config
mountPath: {{ .Values.persistence.config.mountPath }}
- name: downloads
mountPath: {{ .Values.persistence.downloads.mountPath }}
- name: media
mountPath: {{ .Values.persistence.media.mountPath }}
{{- with .Values.volumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
@ -58,9 +58,9 @@ spec:
- name: config
persistentVolumeClaim:
claimName: {{ .Values.persistence.config.claimName }}
- name: downloads
- name: media
persistentVolumeClaim:
claimName: {{ .Values.persistence.downloads.claimName }}
claimName: {{ .Values.persistence.media.claimName }}
{{- with .Values.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}