From f73b03a9dccaba86e86a4362a70ec6cbfc6ea165 Mon Sep 17 00:00:00 2001 From: RMcVelia Date: Tue, 31 Oct 2023 13:55:19 +0000 Subject: [PATCH] Enable AKS production --- terraform/aks/config/production_aks.tfvars.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/aks/config/production_aks.tfvars.json b/terraform/aks/config/production_aks.tfvars.json index 334c746be2..03ec99fddf 100644 --- a/terraform/aks/config/production_aks.tfvars.json +++ b/terraform/aks/config/production_aks.tfvars.json @@ -3,8 +3,8 @@ "namespace": "git-production", "environment": "production", "internet_hostnames": [ "getintoteaching" ], - "basic_auth": 0, - "replicas": 0, + "basic_auth": 1, + "replicas": 6, "postgres_enable_high_availability": true, "postgres_flexible_server_sku": "GP_Standard_D2ds_v4", "azure_maintenance_window": {