Skip to content

Commit

Permalink
fix: increase min to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored and Krusty93 committed Oct 14, 2024
1 parent 83bf70d commit b32b49c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/04_function_lollipop.tf
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ resource "azurerm_monitor_autoscale_setting" "function_lollipop_itn" {

capacity {
default = 10
minimum = 6
minimum = 20
maximum = 30
}

Expand Down
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/07_function_fast_login.tf
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ module "function_fast_login_itn_autoscale" {
},
gate0 = {
name = "auth_gate0"
minimum = 8
minimum = 20
default = 10
start = {
hour = 8
Expand Down
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/09_function_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity {
default = 10
minimum = 8
minimum = 20
maximum = 30
}

Expand Down
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/09_function_profile_async.tf
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile_async" {

capacity {
default = 10
minimum = 6
minimum = 20
maximum = 30
}

Expand Down

0 comments on commit b32b49c

Please sign in to comment.