feat(staging): add dlob ts history archiver

This commit is contained in:
u1
2026-01-31 12:53:05 +01:00
parent a5ef8b5c46
commit 64ea940f30
5 changed files with 440 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ resources:
- dlob-worker/deployment.yaml
- dlob-depth-worker/deployment.yaml
- dlob-slippage-worker/deployment.yaml
- dlob-ts-archiver/deployment.yaml
configMapGenerator:
- name: postgres-initdb
@@ -38,6 +39,9 @@ configMapGenerator:
- name: dlob-slippage-worker-script
files:
- dlob-slippage-worker/worker.mjs
- name: dlob-ts-archiver-script
files:
- dlob-ts-archiver/worker.mjs
generatorOptions:
disableNameSuffixHash: true