Skip to content

Commit

Permalink
[#IOPID-2291] changed scaling rules of lollipop-fn (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo authored Sep 26, 2024
1 parent cfbcb6d commit 2af6c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -6,7 +6,7 @@ data "azurerm_key_vault_secret" "first_lollipop_consumer_subscription_key" {
locals {
function_lollipop = {
app_settings = {
FUNCTIONS_WORKER_PROCESS_COUNT = 4
FUNCTIONS_WORKER_PROCESS_COUNT = 8
NODE_ENV = "production"

// Keepalive fields are all optionals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cidr_subnet_fnlollipop = ["10.0.17.0/26"]
cidr_subnet_fnlollipop_itn = ["10.20.6.0/26"]
function_lollipop_kind = "Linux"
function_lollipop_sku_tier = "PremiumV3"
function_lollipop_sku_size = "P1v3"
function_lollipop_sku_size = "P2mv3"
function_lollipop_autoscale_minimum = 3
function_lollipop_autoscale_maximum = 20
function_lollipop_autoscale_default = 10
Expand Down

0 comments on commit 2af6c5e

Please sign in to comment.