Remove database accidentally left in

This commit is contained in:
j 2025-08-20 22:32:35 +10:00
parent dddc2f8485
commit 7cbabb262f

View file

@ -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: