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 port: 8388
config: config:
persistence: persistence:
volumeName: "qbittorrent-config" volumeName: "qbittorrent-config-pv"
volumeMounts: volumeMounts:
- name: qbittorrent-download-pvc - name: qbittorrent-download-pvc
mountPath: /download mountPath: /download

View File

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