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

@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-mariadb
name: nextcloud-mariadb-pvc
namespace: nextcloud
spec:
accessModes:
@@ -14,7 +14,7 @@ spec:
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-mariadb
name: nextcloud-mariadb-pv
labels:
app: mariadb
spec:
@@ -26,7 +26,7 @@ spec:
storageClassName: local-path
claimRef:
namespace: nextcloud
name: pvc-mariadb
name: nextcloud-mariadb-pvc
hostPath:
path: /var/lib/mariadb-data
path: /var/lib/nextcloud/mariadb-data
type: DirectoryOrCreate