feat(dlob): wire worker + migrate job into kustomize
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user