mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 08:41:17 +00:00
This patch removes the loophole to leave resource requests and limits unspecified in managed apps. Any of cpu, memory, and ephemeral storage are now filled in from the resource preset (default or user-specified) if not explicitly specified in .Values.resources. "none" is no longer an accepted value in resourcePresets and the primary resources now always have some explicit value for proper billing and isolation. Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
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 |
Use a common resources preset when resources is not set explicitly. (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge) |
nano |