ADD: added working nextcloud version

This commit is contained in:
2026-03-02 20:49:50 +01:00
parent f0c47beaad
commit f0a02c3740
12 changed files with 204 additions and 47 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: photos-nfs-pv
spec:
capacity:
storage: 200Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs
nfs:
server: 192.168.178.186
path: /volume1/Photos
mountOptions:
- hard
- nfsvers=4