kub/storage/volumes/nas-pv.yaml
2024-07-04 17:28:11 -04:00

13 lines
239 B
YAML

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