feat(dlob): wire worker + migrate job into kustomize

This commit is contained in:
u1
2026-01-10 00:54:04 +00:00
parent fee9120bc2
commit f39f201b70

View File

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