This commit is contained in:
Teddy 2026-03-10 20:52:48 +00:00
parent a83cfb8e28
commit d1e2bf5984
3 changed files with 103 additions and 5 deletions

View file

@ -110,10 +110,16 @@ spec:
volumeMounts:
- name: nextcloud-data
mountPath: /var/www/html
- name: user-data
mountPath: /var/www/html/data
volumes:
- name: nextcloud-data
persistentVolumeClaim:
claimName: nextcloud-data-pvc
- name: user-data
hostPath:
path: /mnt/nextcloud-data
type: Directory
---
apiVersion: v1
kind: Service