From e627367199e960c1c329d47ae6db1858ed59a55e Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Tue, 19 Dec 2023 13:17:25 +0000 Subject: [PATCH] Upgrade postgres to B_Standard_B2s 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. --- terraform/aks/config/production_aks.tfvars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/aks/config/production_aks.tfvars.json b/terraform/aks/config/production_aks.tfvars.json index 4ce4a1f40..daf3021ef 100644 --- a/terraform/aks/config/production_aks.tfvars.json +++ b/terraform/aks/config/production_aks.tfvars.json @@ -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" }