This commit is contained in:
Justine Pelletreau
2022-08-23 14:30:32 +02:00
parent 2ebc7cec77
commit 49d8ad4ed6
5 changed files with 99 additions and 0 deletions

15
gallery/gallery-vol.yaml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: gallery
spec:
accessModes:
- ReadOnlyMany
nfs:
server: nas.sq.lan
path: "/data/Gallery"
mountOptions:
- nfsvers=4.2
capacity:
storage: 300Gi