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