Skip to content

Commit

Permalink
[CES-129] Scale Up io-p-app-fn (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored Oct 4, 2024
1 parent 511ee81 commit 2e86ae8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/domains/citizen-auth-app/09_function_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 3
minimum = 5
maximum = 30
}
},
Expand All @@ -288,7 +288,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 3
minimum = 5
maximum = 30
}
},
Expand All @@ -302,7 +302,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 4
minimum = 5
maximum = 30
}
},
Expand All @@ -316,7 +316,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 3
minimum = 5
maximum = 30
}
}
Expand Down

0 comments on commit 2e86ae8

Please sign in to comment.