diff --git a/servarr-system/servarr.yaml b/servarr-system/servarr.yaml index 4bfdc9d..de72836 100644 --- a/servarr-system/servarr.yaml +++ b/servarr-system/servarr.yaml @@ -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