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