Skip to content

Commit

Permalink
tr/echarging-ocpi cicd env values
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 4, 2024
1 parent 59b3930 commit c62245b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
14 changes: 9 additions & 5 deletions transformers/echarging-ocpi/infrastructure/helm/driwe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ env:
BDP_PROVENANCE_VERSION:
BDP_ORIGIN: DRIWE-OCPI

NINJA_URL: https://mobility.api.opendatahub.testingmachine.eu

LOG_LEVEL: INFO

MQ_LISTEN_QUEUE: echarging.driwe-ocpi
MQ_LISTEN_EXCHANGE: routed
MQ_LISTEN_KEY: echarging.driwe-ocpi
MQ_LISTEN_CONSUMER: tr-echarging-ocpi-driwe
MQ_EXCHANGE: routed
MQ_PUSH_QUEUE: echarging-ocpi.driwe
MQ_PUSH_KEY: echarging-ocpi.driwe
MQ_POLL_QUEUE: echarging.driwe-ocpi
MQ_POLL_KEY: echarging.driwe-ocpi
MQ_CONSUMER: tr-echarging-ocpi-driwe

envSecretRef:
- name: MQ_LISTEN_URI
- name: MQ_URI
secret: rabbitmq-svcbind
key: uri
- name: MONGO_URI
Expand Down
14 changes: 9 additions & 5 deletions transformers/echarging-ocpi/infrastructure/helm/neogy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ env:

LOG_LEVEL: INFO

MQ_LISTEN_QUEUE: echarging.neogy-ocpi
MQ_LISTEN_EXCHANGE: routed
MQ_LISTEN_KEY: echarging.neogy-ocpi
MQ_LISTEN_CONSUMER: tr-echarging-ocpi-neogy
NINJA_URL: https://mobility.api.opendatahub.testingmachine.eu

MQ_EXCHANGE: routed
MQ_PUSH_QUEUE: echarging-ocpi.neogy
MQ_PUSH_KEY: echarging-ocpi.neogy
MQ_POLL_QUEUE: echarging.neogy-ocpi
MQ_POLL_KEY: echarging.neogy-ocpi
MQ_CONSUMER: tr-echarging-ocpi-neogy

envSecretRef:
- name: MQ_LISTEN_URI
- name: MQ_URI
secret: rabbitmq-svcbind
key: uri
- name: MONGO_URI
Expand Down

0 comments on commit c62245b

Please sign in to comment.