diff --git a/terraform/aks/config/production_aks.tfvars.json b/terraform/aks/config/production_aks.tfvars.json index daf3021ef..5bb3b801a 100644 --- a/terraform/aks/config/production_aks.tfvars.json +++ b/terraform/aks/config/production_aks.tfvars.json @@ -5,7 +5,7 @@ "infra_key_vault_name": "s189p01-gitapi-pd-inf-kv", "cluster": "production", "namespace": "git-production", - "enable_monitoring": false, + "enable_monitoring": true, "enable_statuscake_alerts": true, "replicas": 2, "redis_capacity": 1,