This commit is contained in:
j 2025-08-10 01:35:09 +00:00
parent b28b22f8bf
commit 9b6c69faac

View file

@ -11,7 +11,7 @@ spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: local-path
hostPath:
path: /dpool/temp/Nextcloud
path: /dpool/services/nextcloud/data
---
apiVersion: v1
kind: PersistentVolumeClaim
@ -85,24 +85,6 @@ spec:
persistentVolumeClaim:
claimName: nextcloud-pvc
---
apiVersion: k8s.mariadb.com/v1alpha1
kind: MariaDB
metadata:
name: nextcloud-db
namespace: home-server
spec:
rootPasswordSecretKeyRef:
name: nextcloud-secrets
key: MYSQL_ROOT_PASSWORD
database: nextcloud
username: nextcloud
passwordSecretKeyRef:
name: nextcloud-secrets
key: MYSQL_PASSWORD
image: mariadb:10.11
storage:
size: 5Gi
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: