ADD: added working nextcloud version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user