Create MariaDB database and nextcloud DC deployment
This commit is contained in:
parent
95433b89f3
commit
85a927d356
4 changed files with 157 additions and 3 deletions
13
applications/40-database/mariadb.yaml
Normal file
13
applications/40-database/mariadb.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue