Small suggestion to save resources for local dev

This is just a suggestion, feel free to disregard it, but I found myself using that flag all the time for dev purposes.

Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
This commit is contained in:
salaboy 2022-12-14 08:38:46 +00:00 committed by Mauricio Salatino
parent eac8e9ffbf
commit 24417b1bca
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ helm install redis bitnami/redis --set image.tag=6.2
```
For Dapr's Pub/sub functionality, you'll need at least Redis version 5. For state store, you can use a lower version.
Notice that by adding `--set architecture=standalone` create a single replica redis setup which can save memory and resources if you are in working in a local environment.
Run `kubectl get pods` to see the Redis containers now running in your cluster: