From 70ae124d7873ca123ef4bc0448e03454890d1635 Mon Sep 17 00:00:00 2001 From: u1 Date: Tue, 6 Jan 2026 00:20:27 +0000 Subject: [PATCH] feat(db): include postgres/hasura resources and generators --- kustomize/base/kustomization.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/kustomize/base/kustomization.yaml b/kustomize/base/kustomization.yaml index 08f07b1..8a7ae3e 100644 --- a/kustomize/base/kustomization.yaml +++ b/kustomize/base/kustomization.yaml @@ -3,3 +3,19 @@ kind: Kustomization resources: - 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