Skip to content

Commit

Permalink
feat: Migrated prod redis to ha version (#2066)
Browse files Browse the repository at this point in the history
* migrated prod redis to ha version

* apiconfig-common
  • Loading branch information
mamari90 authored May 27, 2024
1 parent 7f320a9 commit ef82fab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/domains/apiconfig-common/env/weu-prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ enable_apiconfig_sa_backup = true
api_config_reporting_delete_retention_days = 31
api_config_reporting_backup_retention_days = 30
api_config_enable_versioning = true
redis_ha_enabled = false
redis_ha_enabled = true
2 changes: 1 addition & 1 deletion src/domains/bizevents-common/env/weu-prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ cidr_subnet_bizevents_datastore_cosmosdb = ["10.1.156.0/24"]

enable_iac_pipeline = true
storage_account_replication_type = "GZRS"
redis_ha_enabled = false
redis_ha_enabled = true

enabled_features = {
eventhub_ha_tx = true
Expand Down
2 changes: 1 addition & 1 deletion src/domains/nodo-common/env/weu-prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ wisp_converter_storage_account = {
backup_retention_days = 30
}

redis_ha_enabled = false
redis_ha_enabled = true

enabled_features = {
eventhub_ha_tx = true
Expand Down
2 changes: 1 addition & 1 deletion src/domains/shared-common/env/weu-prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ taxonomy_network_rules = {
bypass = ["AzureServices"]
}

redis_ha_enabled = false
redis_ha_enabled = true

0 comments on commit ef82fab

Please sign in to comment.