From 62b409d4f49eb058bde48cced73fcb99814fe4d5 Mon Sep 17 00:00:00 2001 From: "roberto.perez" Date: Wed, 17 May 2023 16:21:16 -0400 Subject: [PATCH] Updating to have REDIS_SSL = true by default. --- Scenarios/AKS-secure-redis-cache/Bicep/03-workload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scenarios/AKS-secure-redis-cache/Bicep/03-workload.md b/Scenarios/AKS-secure-redis-cache/Bicep/03-workload.md index 56b8f9b..1e39fa7 100644 --- a/Scenarios/AKS-secure-redis-cache/Bicep/03-workload.md +++ b/Scenarios/AKS-secure-redis-cache/Bicep/03-workload.md @@ -6,6 +6,6 @@ This will deploy the Smart brain application to AKS utilizing Azure Cache for Re 1. Clone the smart brain app repository [here](https://github.com/mosabami/smartbrain) 2. Update the smartbrain/k8s/worker-deployment.yaml file with the Azure Cache for Redis Enterprise configuration of the newly created Redis cluster. You will need to update the REDIS_HOST, REDIS_PWD, REDIS_PORT and REDIS_SSL settings. - - By Default the REDIS_SSL value = 0, please update this value to 1 if using Azure Cache for Redis Enterprise with TLS connection. + - By Default the REDIS_SSL value = 1, please update this value to 0 if using Azure Cache for Redis Enterprise without TLS connection. 3. Please follow the instructions found [here](https://github.com/mosabami/smartbrain/blob/main/smartbrain/README.md) to deploy the workload in your preferred AKS cluster.