Skip to content

Commit

Permalink
ops: added autoscale_settings vars for MongoDB db PROD (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 19, 2024
1 parent 3db8bcf commit e26d959
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

autoscale_settings = [{
max_throughput = 1000
}]
6 changes: 5 additions & 1 deletion infra/container_apps/user-group-ms/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

autoscale_settings = [{
max_throughput = 1000
}]

0 comments on commit e26d959

Please sign in to comment.