feat(vikunja): provision new DB
All checks were successful
Renovate / renovate (push) Successful in 40s

This commit is contained in:
Peter 2024-08-16 15:06:47 +02:00
parent 39678d3acf
commit 50d735c368
Signed by: prskr
GPG key ID: F56BED6903BC5E37
3 changed files with 20 additions and 0 deletions

View file

@ -19,6 +19,8 @@ labels:
resources:
- resources/namespace.yaml
- resources/db/db.yaml
- resources/db/user.yaml
- resources/api/dragonfly.yaml
- resources/api/pvc.yaml
- resources/api/deployment.yaml

View file

@ -0,0 +1,8 @@
---
apiVersion: db.movetokube.com/v1alpha1
kind: Postgres
metadata:
name: vikunja
spec:
database: vikunja
dropOnDelete: false

View file

@ -0,0 +1,10 @@
---
apiVersion: db.movetokube.com/v1alpha1
kind: PostgresUser
metadata:
name: vikunja
spec:
role: vikunja
database: vikunja
secretName: db-credentials
privileges: OWNER