add type
This commit is contained in:
@@ -18,7 +18,6 @@ spec:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
@@ -117,6 +117,7 @@ qbittorrent:
|
||||
- qbittorrent.alexlebens.net
|
||||
persistence:
|
||||
config:
|
||||
type: persistentVolumeClaim
|
||||
existingClaim: qbittorrent-config
|
||||
advancedMounts:
|
||||
main:
|
||||
@@ -124,6 +125,7 @@ qbittorrent:
|
||||
- path: /config
|
||||
readOnly: false
|
||||
storage:
|
||||
type: persistentVolumeClaim
|
||||
existingClaim: qbittorrent-nfs-storage
|
||||
advancedMounts:
|
||||
main:
|
||||
|
Reference in New Issue
Block a user