2020-11-21 12:24:57 +00:00
|
|
|
# kubezero-redis
|
|
|
|
|
2021-07-01 14:42:39 +00:00
|
|
|
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
2020-11-21 12:24:57 +00:00
|
|
|
|
|
|
|
KubeZero Umbrella Chart for Redis HA
|
|
|
|
|
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
| Name | Email | Url |
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
| Quarky9 | | |
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2021-03-25 15:32:49 +00:00
|
|
|
Kubernetes: `>= 1.18.0`
|
2020-11-21 12:24:57 +00:00
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
2020-12-04 14:05:35 +00:00
|
|
|
| https://charts.bitnami.com/bitnami | redis | 12.1.1 |
|
|
|
|
| https://charts.bitnami.com/bitnami | redis-cluster | 4.1.0 |
|
2020-11-21 12:24:57 +00:00
|
|
|
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
| istio.enabled | bool | `false` | |
|
2020-12-04 14:05:35 +00:00
|
|
|
| redis-cluster.cluster.nodes | int | `2` | |
|
|
|
|
| redis-cluster.cluster.replicas | int | `1` | |
|
|
|
|
| redis-cluster.enabled | bool | `false` | |
|
|
|
|
| redis-cluster.metrics.enabled | bool | `false` | |
|
|
|
|
| redis-cluster.metrics.serviceMonitor.enabled | bool | `false` | |
|
|
|
|
| redis-cluster.metrics.serviceMonitor.selector.release | string | `"metrics"` | |
|
|
|
|
| redis-cluster.persistence.enabled | bool | `false` | |
|
|
|
|
| redis-cluster.redisPort | int | `6379` | |
|
|
|
|
| redis-cluster.usePassword | bool | `false` | |
|
2020-11-21 12:24:57 +00:00
|
|
|
| redis.cluster.slaveCount | int | `0` | |
|
2020-12-04 14:05:35 +00:00
|
|
|
| redis.enabled | bool | `false` | |
|
2020-11-21 12:24:57 +00:00
|
|
|
| redis.master.persistence.enabled | bool | `false` | |
|
|
|
|
| redis.metrics.enabled | bool | `false` | |
|
|
|
|
| redis.metrics.serviceMonitor.enabled | bool | `false` | |
|
|
|
|
| redis.metrics.serviceMonitor.selector.release | string | `"metrics"` | |
|
2020-11-24 14:44:57 +00:00
|
|
|
| redis.redisPort | int | `6379` | |
|
2020-11-21 12:24:57 +00:00
|
|
|
| redis.usePassword | bool | `false` | |
|
|
|
|
|
|
|
|
# Dashboards
|
2020-11-24 14:44:57 +00:00
|
|
|
https://grafana.com/grafana/dashboards/11835
|
2020-11-21 12:24:57 +00:00
|
|
|
|
|
|
|
## Redis
|
|
|
|
|
|
|
|
# Resources
|
2021-05-17 10:13:03 +00:00
|
|
|
- https://ot-container-kit.github.io/redis-operator/
|
2020-11-21 12:24:57 +00:00
|
|
|
- https://github.com/helm/charts/tree/master/stable/redis
|
|
|
|
- https://github.com/rustudorcalin/deploying-redis-cluster
|
|
|
|
-
|