nextcloud data and volumes

This commit is contained in:
2024-04-04 21:29:17 +02:00
parent 2ad9928ac9
commit dd40c8759e

View File

@ -76,9 +76,16 @@ spec:
volumeMounts:
- mountPath: /var/www/html
name: nextcloud-app-pvc
- mountPath: /var/www/html/data
name: nextcloud-data-pvc
hostname: newcloud.steffenillium.de
restartPolicy: Always
volumes:
- name: nextcloud-data-pvc
nfs:
server: 192.168.178.4
path: /mnt/storage/nextcloud
readOnly: false
- name: nextcloud-app-pvc
persistentVolumeClaim:
claimName: nextcloud-app-pvc