chore(qbittorrent): Set pvc to downloads directory

This commit is contained in:
Peter 2026-02-05 18:44:41 +01:00
parent 4ce751128b
commit 01b2c16517
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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