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:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: qbittorrent-config
|
name: qbittorrent-config
|
||||||
- mountPath: /shared/media
|
- mountPath: /shared/media/downloads
|
||||||
name: nfs-media
|
name: nfs-media
|
||||||
securityContext:
|
securityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ spec:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
nfs:
|
nfs:
|
||||||
server: 10.0.69.10
|
server: 10.0.69.10
|
||||||
path: /tank/media
|
path: /tank/media/downloads
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- vers=4.1
|
- vers=4.1
|
||||||
- rsize=1048576
|
- rsize=1048576
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue