From f39f201b704614a1fe91764957859ff740662950 Mon Sep 17 00:00:00 2001 From: u1 Date: Sat, 10 Jan 2026 00:54:04 +0000 Subject: [PATCH] feat(dlob): wire worker + migrate job into kustomize --- kustomize/base/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kustomize/base/kustomization.yaml b/kustomize/base/kustomization.yaml index cb403ee..1f13e41 100644 --- a/kustomize/base/kustomization.yaml +++ b/kustomize/base/kustomization.yaml @@ -5,6 +5,7 @@ resources: - cm-trade-deploy.yaml - postgres/service.yaml - postgres/statefulset.yaml + - postgres/job-migrate.yaml - hasura/service.yaml - hasura/deployment.yaml - hasura/job-bootstrap.yaml @@ -13,6 +14,7 @@ resources: - ingestor/deployment.yaml - frontend/service.yaml - frontend/deployment.yaml + - dlob-worker/deployment.yaml configMapGenerator: - name: postgres-initdb @@ -21,6 +23,9 @@ configMapGenerator: - name: hasura-bootstrap-script files: - hasura/hasura-bootstrap.mjs + - name: dlob-worker-script + files: + - dlob-worker/worker.mjs generatorOptions: disableNameSuffixHash: true