Skip to content

Commit e7d70ec

Browse files
authored
Merge pull request #35 from nginxinc/ps-dev-autoupgrade
Lower NCUs to 20
2 parents 924f9ec + 12d43d5 commit e7d70ec

File tree

1 file changed

+1
-1
lines changed
  • terraform/deployments/create-or-update

1 file changed

+1
-1
lines changed

terraform/deployments/create-or-update/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "azurerm_nginx_deployment" "example" {
2424
resource_group_name = module.prerequisites.resource_group_name
2525
sku = var.sku
2626
location = var.location
27-
capacity = 50
27+
capacity = 20
2828
diagnose_support_enabled = true
2929

3030
identity {

0 commit comments

Comments
 (0)