kub/storage/volumes/nas-pv.yaml

14 lines
243 B
YAML
Raw Normal View History

2024-07-03 21:40:55 -04:00
apiVersion: v1
kind: PersistentVolume
metadata:
name: nas-pv
spec:
capacity:
storage: 12Ti
accessModes:
- ReadWriteMany
nfs:
path: /mnt/thePool/thePoolShare
server: ${NAS_SERVER}
persistentVolumeReclaimPolicy: Retain