fixed nfs

This commit is contained in:
Michael Thomson
2024-01-23 13:33:01 -05:00
parent 54e7228375
commit 7267d4764f
2 changed files with 1 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ spec:
# Specifies a template for creating a directory path via PVC metadata's such as labels, annotations, name or namespace. # Specifies a template for creating a directory path via PVC metadata's such as labels, annotations, name or namespace.
# Ignored if value not set. # Ignored if value not set.
pathPattern: pathPattern: "${.PVC.namespace}-${.PVC.name}"
# Set access mode - ReadWriteOnce, ReadOnlyMany or ReadWriteMany # Set access mode - ReadWriteOnce, ReadOnlyMany or ReadWriteMany
accessModes: ReadWriteOnce accessModes: ReadWriteOnce

View File

@@ -3,8 +3,6 @@ kind: PersistentVolumeClaim
metadata: metadata:
name: data name: data
namespace: qbittorrent namespace: qbittorrent
annotations:
nfs.io/storage-path: "media"
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce