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
- name: tv
mountPath: /mnt/1_hdd
- name: tv2
mountPath: /mnt/5_hdd
securityContext:
fsGroup: 1000
volumes:
@@ -193,6 +195,10 @@ spec:
hostPath:
path: /mnt/1_hdd
type: Directory
- name: tv2
hostPath:
path: /mnt/5_hdd
type: Directory
---
# qBittorrent - Download Client
apiVersion: apps/v1