diff --git a/infra/container_apps/user-group-ms/env/prod-pnpg/terraform.tfvars b/infra/container_apps/user-group-ms/env/prod-pnpg/terraform.tfvars index df12e2ab..116d8494 100644 --- a/infra/container_apps/user-group-ms/env/prod-pnpg/terraform.tfvars +++ b/infra/container_apps/user-group-ms/env/prod-pnpg/terraform.tfvars @@ -53,4 +53,8 @@ secrets_names = { "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" "MONGODB_CONNECTION_URI" = "mongodb-connection-string" "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" -} \ No newline at end of file +} + +autoscale_settings = [{ + max_throughput = 1000 +}] \ No newline at end of file diff --git a/infra/container_apps/user-group-ms/env/prod/terraform.tfvars b/infra/container_apps/user-group-ms/env/prod/terraform.tfvars index c5b99c84..1f2b0552 100644 --- a/infra/container_apps/user-group-ms/env/prod/terraform.tfvars +++ b/infra/container_apps/user-group-ms/env/prod/terraform.tfvars @@ -54,4 +54,8 @@ secrets_names = { "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" "MONGODB_CONNECTION_URI" = "mongodb-connection-string" "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" -} \ No newline at end of file +} + +autoscale_settings = [{ + max_throughput = 1000 +}] \ No newline at end of file