Updating to have REDIS_SSL = true by default.

This commit is contained in:
roberto.perez 2023-05-17 16:21:16 -04:00
Родитель 7d6c237358
Коммит 62b409d4f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.