Skip to content

Commit

Permalink
Upgrade postgres to B_Standard_B2s
Browse files Browse the repository at this point in the history
The database was maxing out CPU and ran out of credits. It was upgraded
manually which is looking good since CPU credits are now slowly
increasing.
  • Loading branch information
saliceti committed Dec 19, 2023
1 parent 58c951d commit e627367
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 @@ -10,5 +10,6 @@
"replicas": 2,
"redis_capacity": 1,
"redis_family": "P",
"redis_sku_name": "Premium"
"redis_sku_name": "Premium",
"postgres_flexible_server_sku": "B_Standard_B2s"
}

0 comments on commit e627367

Please sign in to comment.