Merge pull request #3006 from salaboy/patch-2

Small suggestion to save resources for local dev
This commit is contained in:
Hannah Hunter 2023-01-03 11:35:18 -06:00 committed by GitHub
commit 57aae50a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
Note that adding `--set architecture=standalone` to the `install` command creates a single replica Redis setup, which can save memory and resources if you are working in a local environment.
Run `kubectl get pods` to see the Redis containers now running in your cluster: