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

This commit is contained in:
Peter 2024-08-16 13:29:36 +02:00
parent 119804e9fe
commit 5a07932a1a
Signed by: prskr
GPG key ID: F56BED6903BC5E37
3 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,8 @@ labels:
resources:
- "resources/namespace.yaml"
- "resources/db/db.yaml"
- "resources/db/user.yaml"
- "resources/deployment.yaml"
- "resources/service.yaml"
- "resources/http_route.yaml"

View file

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

View file