Chart.yaml
Chart.yaml
file to add Redis as a dependency,
values.yaml
master.persistence.size
) isn’t a bad idea considering that disks are cheap in any
cloud. It is also slightly trickier to increase volume sizes at later point in time due to some Kubernetes
limitations. So we recommend you pick a good number here from the start.values.yaml
file.
For example, if using a ConfigMap to store environment variables for your application, you might update it like this,
your-app-redis-master-0
.
Congratulations! You have successfully added Redis to your existing Helm chart. This integration allows your application
to use Redis for caching, session management, and other use cases, managed efficiently with Helm. Customize the Redis
configuration further by modifying the values.yaml
file as needed. 🎉