feat(canary): add ingestor rollout on sol
Some checks failed
deploy-trade-r001-canary / apply (push) Failing after 56s

This commit is contained in:
mpabi
2026-04-12 17:34:03 +02:00
parent 6672e1043d
commit b8f1303e66
6 changed files with 300 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ resources:
- trade-api-deployment.yaml
- trade-frontend-service.yaml
- trade-frontend-deployment.yaml
- trade-ingestor-deployment.yaml
configMapGenerator:
- name: postgres-initdb
@@ -33,3 +34,6 @@ configMapGenerator:
- name: trade-api-upstream
files:
- assets/api/server.mjs
- name: trade-dlob-ingestor-script
files:
- assets/ingestor/dlob-ingestor.mjs