mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
fixed nfs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user