ihtl-load-upsert-rest-materializer
v1.1.0
Published
Kafka consumer for processing load creates and updates
Downloads
3
Readme
load-upsert-rest-materializer
Kafka consumer to process load creates and updates and materialize them to loads service.
Domain
ihtl
Deploy
To deploy this consumer, bump the package version inside package.json
. Each of this fields needs to have the version number updated:
- version
- docker:tag
- docker:publish
Once the version numbers have been updated, run
npm run docker:deploy
. This will build, tag, and push the new image with the new version number to ECR: https://console.aws.amazon.com/ecr/repositories/private/147925332649/ihtl-load-upsert-rest-materializer?region=us-east-1
Once the new image is pushed to ECR, update the dev and prod config yamls imageTag
to point at the new image:
- dev: https://github.com/xpress-technologies/ihtl-load-upsert-rest-materializer-config/blob/master/dev/default/helm/values.yaml
- prod: https://github.com/xpress-technologies/ihtl-load-upsert-rest-materializer-config/blob/master/prod/default/helm/values.yaml
Once the config repo is updated to point to the new version, sync the application in Argo to deploy:
- dev: https://argocd-shared01-ue1-dev.haulynx.io/applications/dev-ihtl-load-upsert-rest-materializer
- prod: https://argocd-shared01-ue1-prod.haulynx.io/applications/prod-ihtl-load-upsert-rest-materializer