mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
22 lines
439 B
YAML
22 lines
439 B
YAML
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: plex-config
|
|
spec:
|
|
storageClassName: proxmox-csi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
capacity:
|
|
storage: 12Gi
|
|
csi:
|
|
driver: csi.proxmox.sinextra.dev
|
|
fsType: ext4
|
|
volumeAttributes:
|
|
cache: writethrough
|
|
ssd: "true"
|
|
storage: local-zfs
|
|
volumeHandle: homelab/abel/local-zfs/vm-9999-plex-config
|
|
mountOptions:
|
|
- noatime
|
|
volumeMode: Filesystem
|