Skip to content

Commit

Permalink
Downgrade asp for more memory and less CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Aug 7, 2024
1 parent e6542c2 commit 2dcfdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/tfvars/prd.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log_analytics_resource_group_name = "rg-platform-logging-prd-uksouth-01"
log_analytics_workspace_name = "log-platform-prd-uksouth-01"

app_service_plan = {
sku = "P0v3"
sku = "B3"
}

tags = {
Expand Down

0 comments on commit 2dcfdf5

Please sign in to comment.