added 5_hdd to sonarr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user