feat(db): include postgres/hasura resources and generators
This commit is contained in:
@@ -3,3 +3,19 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- cm-trade-deploy.yaml
|
- cm-trade-deploy.yaml
|
||||||
|
- postgres/service.yaml
|
||||||
|
- postgres/statefulset.yaml
|
||||||
|
- hasura/service.yaml
|
||||||
|
- hasura/deployment.yaml
|
||||||
|
- hasura/job-bootstrap.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: postgres-initdb
|
||||||
|
files:
|
||||||
|
- initdb/001_init.sql
|
||||||
|
- name: hasura-bootstrap-script
|
||||||
|
files:
|
||||||
|
- hasura/hasura-bootstrap.mjs
|
||||||
|
|
||||||
|
generatorOptions:
|
||||||
|
disableNameSuffixHash: true
|
||||||
|
|||||||
Reference in New Issue
Block a user