chore(qbittorrent): Set pvc to downloads directory
This commit is contained in:
parent
4ce751128b
commit
01b2c16517
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: qbittorrent-config
|
||||
- mountPath: /shared/media
|
||||
- mountPath: /shared/media/downloads
|
||||
name: nfs-media
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ spec:
|
|||
- ReadWriteMany
|
||||
nfs:
|
||||
server: 10.0.69.10
|
||||
path: /tank/media
|
||||
path: /tank/media/downloads
|
||||
mountOptions:
|
||||
- vers=4.1
|
||||
- rsize=1048576
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue