This commit is contained in:
Justine Pelletreau
2022-06-16 15:11:26 +02:00
commit f1decc1dd4
5 changed files with 104 additions and 0 deletions

15
sqnotes/vol.yml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: sqnotes-data
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
nfs:
server: nas.sq.lan
path: "/swarmdata/notes"
mountOptions:
- nfsvers=4.2