Skip to content

Commit

Permalink
1) Postgress server SKU updated to GP_Standard_D2ds_v4
Browse files Browse the repository at this point in the history
2) Enabled high availability
  • Loading branch information
Venkata Challa committed Jan 17, 2024
1 parent 0b6a928 commit 35f7de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/aks/config/production_aks.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"redis_capacity": 1,
"redis_family": "P",
"redis_sku_name": "Premium",
"postgres_flexible_server_sku": "B_Standard_B2s"
"postgres_flexible_server_sku": "GP_Standard_D2ds_v4",
"postgres_enable_high_availability": true
}

0 comments on commit 35f7de4

Please sign in to comment.