mirror of https://github.com/easzlab/kubeasz.git
21 lines
641 B
YAML
21 lines
641 B
YAML
name: redis-ha
|
|
home: http://redis.io/
|
|
engine: gotpl
|
|
keywords:
|
|
- redis
|
|
- keyvalue
|
|
- database
|
|
version: 3.1.3
|
|
appVersion: 5.0.3
|
|
description: Highly available Kubernetes implementation of Redis
|
|
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
|
|
maintainers:
|
|
- email: salimsalaues@gmail.com
|
|
name: ssalaues
|
|
details:
|
|
This Helm chart provides a highly available Redis implementation with a master/slave configuration
|
|
and uses Sentinel sidecars for failover management
|
|
sources:
|
|
- https://redis.io/download
|
|
- https://github.com/scality/Zenko/tree/development/1.0/kubernetes/zenko/charts/redis-ha
|