added 5_hdd to sonarr

This commit is contained in:
2026-01-04 16:43:32 +01:00
parent 0b1c1014d9
commit 2ecd426955
+6
View File
@@ -183,6 +183,8 @@ spec:
mountPath: /config mountPath: /config
- name: tv - name: tv
mountPath: /mnt/1_hdd mountPath: /mnt/1_hdd
- name: tv2
mountPath: /mnt/5_hdd
securityContext: securityContext:
fsGroup: 1000 fsGroup: 1000
volumes: volumes:
@@ -193,6 +195,10 @@ spec:
hostPath: hostPath:
path: /mnt/1_hdd path: /mnt/1_hdd
type: Directory type: Directory
- name: tv2
hostPath:
path: /mnt/5_hdd
type: Directory
--- ---
# qBittorrent - Download Client # qBittorrent - Download Client
apiVersion: apps/v1 apiVersion: apps/v1