kub/storage/volumes/nas-pv.yaml
2024-07-03 21:40:55 -04:00

13 lines
243 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: nas-pv
spec:
capacity:
storage: 12Ti
accessModes:
- ReadWriteMany
nfs:
path: /mnt/thePool/thePoolShare
server: ${NAS_SERVER}
persistentVolumeReclaimPolicy: Retain