Skip to content

Commit

Permalink
Merge pull request #20 from pagopa/remove-ref-ns01-for-ns03
Browse files Browse the repository at this point in the history
chore: Remove ref evh ns01 for ns03
  • Loading branch information
pasqualespica authored Apr 17, 2024
2 parents d5c5905 + 0cf9a28 commit 199dc4d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ microservice-chart:
COSMOS_DB_NAME: "db"
COSMOS_DB_CONTAINER_NAME: "negative-biz-events"
COSMOS_DB_URI: "https://pagopa-d-weu-bizevents-neg-ds-cosmos-account.documents.azure.com:443/"
EVENT_HUB_NAMESPACE_1: "pagopa-d-evh-ns01"
EVENT_HUB_NAMESPACE_1: "pagopa-d-evh-ns03"
EVENT_HUB_NAMESPACE_2: "pagopa-d-evh-ns04"
NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-biz-evt"
AWAKABLE_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-awakable-biz-evt"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ microservice-chart:
COSMOS_DB_NAME: "db"
COSMOS_DB_CONTAINER_NAME: "negative-biz-events"
COSMOS_DB_URI: "https://pagopa-p-weu-bizevents-neg-ds-cosmos-account.documents.azure.com:443/"
EVENT_HUB_NAMESPACE_1: "pagopa-p-evh-ns01"
EVENT_HUB_NAMESPACE_1: "pagopa-p-evh-ns03"
EVENT_HUB_NAMESPACE_2: "pagopa-p-evh-ns04"
NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-biz-evt"
AWAKABLE_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-awakable-biz-evt"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ microservice-chart:
COSMOS_DB_NAME: "db"
COSMOS_DB_CONTAINER_NAME: "negative-biz-events"
COSMOS_DB_URI: "https://pagopa-u-weu-bizevents-neg-ds-cosmos-account.documents.azure.com:443/"
EVENT_HUB_NAMESPACE_1: "pagopa-u-evh-ns01"
EVENT_HUB_NAMESPACE_1: "pagopa-u-evh-ns03"
EVENT_HUB_NAMESPACE_2: "pagopa-u-evh-ns04"
NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-biz-evt"
AWAKABLE_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-awakable-biz-evt"
Expand Down
8 changes: 6 additions & 2 deletions integration-test/src/config/.env.dev
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
COSMOS_DB_URI=https://pagopa-d-weu-bizevents-neg-ds-cosmos-account.documents.azure.com:443/
COSMOS_DB_NAME=db
COSMOS_DB_CONTAINER_NAME=negative-biz-events
EVENT_HUB_NAMESPACE=pagopa-d-evh-ns01
EVENT_HUB_NAMESPACE=pagopa-d-evh-ns03
EVENT_HUB_NAME=nodo-dei-pagamenti-negative-biz-evt
EVENT_HUB_SENDER=pagopa-negative-biz-evt-tx
EVENT_HUB_NAMESPACE_AWAKABLE_FINAL=pagopa-d-evh-ns04
EVENT_HUB_NAME_AWAKABLE=nodo-dei-pagamenti-negative-awakable-biz-evt
EVENT_HUB_NAME_FINAL=nodo-dei-pagamenti-negative-final-biz-evt
EVENT_HUB_NAME_FINAL=nodo-dei-pagamenti-negative-final-biz-evt
COSMOS_DB_PRIMARY_KEY=<COSMOS_DB_PRIMARY_KEY>
EVENT_HUB_TX_PRIMARY_KEY=<EVENT_HUB_TX_PRIMARY_KEY>
EVENT_HUB_AWAKABLE_RX_CONNECTION_STRING=<EVENT_HUB_AWAKABLE_RX_CONNECTION_STRING>
EVENT_HUB_FINAL_RX_CONNECTION_STRING=<EVENT_HUB_FINAL_RX_CONNECTION_STRING>
2 changes: 1 addition & 1 deletion integration-test/src/config/.env.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
COSMOS_DB_URI=https://pagopa-d-weu-bizevents-neg-ds-cosmos-account.documents.azure.com:443/
COSMOS_DB_NAME=db
COSMOS_DB_CONTAINER_NAME=negative-biz-events
EVENT_HUB_NAMESPACE=pagopa-d-evh-ns01
EVENT_HUB_NAMESPACE=pagopa-d-evh-ns03
EVENT_HUB_NAME=nodo-dei-pagamenti-negative-biz-evt
EVENT_HUB_SENDER=pagopa-negative-biz-evt-tx
EVENT_HUB_NAMESPACE_AWAKABLE_FINAL=pagopa-d-evh-ns04
Expand Down
2 changes: 1 addition & 1 deletion integration-test/src/config/.env.uat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
COSMOS_DB_URI=https://pagopa-u-weu-bizevents-neg-ds-cosmos-account.documents.azure.com:443/
COSMOS_DB_NAME=db
COSMOS_DB_CONTAINER_NAME=negative-biz-events
EVENT_HUB_NAMESPACE=pagopa-u-evh-ns01
EVENT_HUB_NAMESPACE=pagopa-u-evh-ns03
EVENT_HUB_NAME=nodo-dei-pagamenti-negative-biz-evt
EVENT_HUB_SENDER=pagopa-negative-biz-evt-tx
EVENT_HUB_NAMESPACE_AWAKABLE_FINAL=pagopa-u-evh-ns04
Expand Down

0 comments on commit 199dc4d

Please sign in to comment.