feat(zipline): provision new DB
All checks were successful
Renovate / renovate (push) Successful in 37s
All checks were successful
Renovate / renovate (push) Successful in 37s
This commit is contained in:
parent
119804e9fe
commit
5a07932a1a
3 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,8 @@ labels:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- "resources/namespace.yaml"
|
- "resources/namespace.yaml"
|
||||||
|
- "resources/db/db.yaml"
|
||||||
|
- "resources/db/user.yaml"
|
||||||
- "resources/deployment.yaml"
|
- "resources/deployment.yaml"
|
||||||
- "resources/service.yaml"
|
- "resources/service.yaml"
|
||||||
- "resources/http_route.yaml"
|
- "resources/http_route.yaml"
|
||||||
|
|
8
zipline/resources/db/db.yaml
Normal file
8
zipline/resources/db/db.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
apiVersion: db.movetokube.com/v1alpha1
|
||||||
|
kind: Postgres
|
||||||
|
metadata:
|
||||||
|
name: zipline
|
||||||
|
spec:
|
||||||
|
database: zipline
|
||||||
|
dropOnDelete: false
|
0
zipline/resources/db/user.yaml
Normal file
0
zipline/resources/db/user.yaml
Normal file
Loading…
Reference in a new issue