Files
homelab-v/tofu/kubernetes/bootstrap/volumes/persistent-volume/pv-plex-config.yaml
T
Vegard Hagen 207b1892bf feat: cleanup of remodelling
move remodel folder down to root and delete old unused manifests
2024-07-21 23:21:12 +02:00

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