Create MariaDB database and nextcloud DC deployment

This commit is contained in:
j 2025-08-13 22:02:27 +10:00
parent 95433b89f3
commit 85a927d356
4 changed files with 157 additions and 3 deletions

View file

@ -0,0 +1,13 @@
---
apiVersion: k8s.mariadb.com/v1alpha1
kind: MariaDB
metadata:
name: mariadb
namespace: database
spec:
rootPasswordSecretKeyRef:
name: db-secrets
key: db-root-password
storage:
size: 5Gi