qbittorrent nfs

This commit is contained in:
Michael Thomson
2024-01-23 12:43:51 -05:00
parent e40a6d4998
commit bda76275b9
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: qbittorrent
namespace: qbittorrent
namespace: media
spec:
selector:
matchLabels:

View File

@@ -3,10 +3,12 @@ kind: PersistentVolumeClaim
metadata:
name: data
namespace: qbittorrent
annotations:
nfs.io/storage-path: "media"
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: nfs-client
resources:
requests:
storage: 20Gi
storage: 5Ti

View File

@@ -6,7 +6,7 @@ metadata:
spec:
resources:
requests:
storage: 1Gi
storage: 50Gi
storageClassName: longhorn
accessModes:
- ReadWriteOnce