Merge pull request #279 from 3dwardch3ng/app/qBittorrent

fix qBittorrent volumes
This commit is contained in:
2024-06-24 14:18:47 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ spec:
port: 8388
config:
persistence:
volumeName: "qbittorrent-config"
volumeName: "qbittorrent-config-pv"
volumeMounts:
- name: qbittorrent-download-pvc
mountPath: /download

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: qbittorrent-config
name: qbittorrent-config-pv
namespace: qbittorrent
labels:
type: local