Skip to content

Commit

Permalink
[IOCOM-1734] Scale down APIM to 2 instances (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 authored Sep 17, 2024
1 parent cc16cdb commit a4c92cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/_modules/apim/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "apim_v2" {
publisher_name = "IO"
publisher_email = data.azurerm_key_vault_secret.apim_publisher_email.value
notification_sender_email = data.azurerm_key_vault_secret.apim_publisher_email.value
sku_name = "Premium_4"
sku_name = "Premium_2"
virtual_network_type = "Internal"
zones = ["1", "2"]

Expand Down Expand Up @@ -57,8 +57,8 @@ module "apim_v2" {

autoscale = {
enabled = true
default_instances = 5
minimum_instances = 4
default_instances = 3
minimum_instances = 2
maximum_instances = 6
scale_out_capacity_percentage = 50
scale_out_time_window = "PT3M"
Expand Down

0 comments on commit a4c92cc

Please sign in to comment.