cozystack/packages/apps/redis
Timofei Larkin b6142cd4f5 Use library chart for resource management
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-06-04 09:05:21 +03:00
..
charts Use library chart for resource management 2025-06-04 09:05:21 +03:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
templates Use library chart for resource management 2025-06-04 09:05:21 +03:00
.helmignore Ship all logos with Cozystack 2024-07-16 17:31:52 +02:00
Chart.yaml Capture all resources by WorkloadMonitors 2025-06-03 15:40:27 +03:00
Makefile DX: Use generic Makefile for packages (#288) 2024-08-16 10:26:13 +02:00
README.md feature/add-presets 2025-03-13 17:03:00 +03:00
values.schema.json feature/add-presets 2025-03-13 17:03:00 +03:00
values.yaml feature/add-presets 2025-03-13 17:03:00 +03:00

Managed Redis Service

Redis is a highly versatile and blazing-fast in-memory data store and cache that can significantly boost the performance of your applications. Managed Redis Service offers a hassle-free solution for deploying and managing Redis clusters, ensuring that your data is always available and responsive.

Deployment Details

Service utilizes the Spotahome Redis Operator for efficient management and orchestration of Redis clusters.

Parameters

Common parameters

Name Description Value
external Enable external access from outside the cluster false
size Persistent Volume size 1Gi
replicas Number of Redis replicas 2
storageClass StorageClass used to store the data ""
authEnabled Enable password generation true
resources Resources {}
resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). nano