feat(db): include postgres/hasura resources and generators

This commit is contained in:
u1
2026-01-06 00:20:27 +00:00
parent e214adc17c
commit 70ae124d78

View File

@@ -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