Skip to content

Commit

Permalink
Merge pull request #24 from pagopa/DIS-49-redis-passaggio-ad-account-…
Browse files Browse the repository at this point in the history
…premium-con-replica-multi-az

chore: Migrazione redis multiAZ
  • Loading branch information
pasqualespica authored May 13, 2024
2 parents 791d553 + c4c63f4 commit cd308b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ microservice-chart:
NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-biz-evt"
AWAKABLE_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-awakable-biz-evt"
FINAL_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-final-biz-evt"
REDIS_HOST: "pagopa-d-redis.redis.cache.windows.net"
REDIS_PORT: "6380"
REDIS_EXPIRE_TIME_MS: "3600000" # an hour
envFieldRef:
Expand All @@ -99,7 +98,8 @@ microservice-chart:
AWAKABLE_EVENTHUB_CONN_STRING: 'ehub-d-tx-awakable-negative-biz-connection-string'
FINAL_EVENTHUB_CONN_STRING: 'ehub-d-tx-final-negative-biz-connection-string'
COSMOS_CONN_STRING: 'cosmos-d-negative-biz-connection-string'
REDIS_PWD: "redis-password"
REDIS_PWD: 'redis-password'
REDIS_HOST: 'redis-hostname'
COSMOS_DB_PRIMARY_KEY: "cosmos-d-negative-biz-key"
EVENT_HUB_TX_PRIMARY_KEY: "ehub-tx-d-negative-biz-key"
EVENT_HUB_AWAKABLE_RX_CONNECTION_STRING: "ehub-rx-d-negative-awakable-biz-conn-string"
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ microservice-chart:
NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-biz-evt"
AWAKABLE_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-awakable-biz-evt"
FINAL_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-final-biz-evt"
REDIS_HOST: "pagopa-p-redis.redis.cache.windows.net"
REDIS_PORT: "6380"
REDIS_EXPIRE_TIME_MS: "3600000" # an hour
envFieldRef:
Expand All @@ -99,7 +98,8 @@ microservice-chart:
AWAKABLE_EVENTHUB_CONN_STRING: 'ehub-p-tx-awakable-negative-biz-connection-string'
FINAL_EVENTHUB_CONN_STRING: 'ehub-p-tx-final-negative-biz-connection-string'
COSMOS_CONN_STRING: 'cosmos-p-negative-biz-connection-string'
REDIS_PWD: "redis-password"
REDIS_PWD: 'redis-password'
REDIS_HOST: 'redis-hostname'
COSMOS_DB_PRIMARY_KEY: "cosmos-p-negative-biz-key"
EVENT_HUB_TX_PRIMARY_KEY: "ehub-tx-p-negative-biz-key"
EVENT_HUB_AWAKABLE_RX_CONNECTION_STRING: "ehub-rx-p-negative-awakable-biz-conn-string"
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ microservice-chart:
NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-biz-evt"
AWAKABLE_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-awakable-biz-evt"
FINAL_NEGATIVE_EVENT_HUB_NAME: "nodo-dei-pagamenti-negative-final-biz-evt"
REDIS_HOST: "pagopa-u-redis.redis.cache.windows.net"
REDIS_PORT: "6380"
REDIS_EXPIRE_TIME_MS: "3600000" # an hour
envFieldRef:
Expand All @@ -99,7 +98,8 @@ microservice-chart:
AWAKABLE_EVENTHUB_CONN_STRING: 'ehub-u-tx-awakable-negative-biz-connection-string'
FINAL_EVENTHUB_CONN_STRING: 'ehub-u-tx-final-negative-biz-connection-string'
COSMOS_CONN_STRING: 'cosmos-u-negative-biz-connection-string'
REDIS_PWD: "redis-password"
REDIS_PWD: 'redis-password'
REDIS_HOST: 'redis-hostname'
COSMOS_DB_PRIMARY_KEY: "cosmos-u-negative-biz-key"
EVENT_HUB_TX_PRIMARY_KEY: "ehub-tx-u-negative-biz-key"
EVENT_HUB_AWAKABLE_RX_CONNECTION_STRING: "ehub-rx-u-negative-awakable-biz-conn-string"
Expand Down

0 comments on commit cd308b1

Please sign in to comment.