First Commit

This commit is contained in:
Corrado Mulas
2026-07-23 12:09:41 +02:00
parent 22a5ad862b
commit a407903a8d
24 changed files with 3163 additions and 2 deletions

21
Chart.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: v2
name: redis-cluster
description: >-
Sharded, highly available Redis Cluster with multiple writable primaries,
per-shard replicas, automatic failover, and Prometheus metrics.
type: application
version: 0.4.0
appVersion: "7.4"
kubeVersion: ">=1.25.0-0"
home: https://git.mulas.me/corrado/redis-cluster
sources:
- https://git.mulas.me/corrado/redis-cluster
- https://github.com/redis/redis
keywords:
- redis
- redis-cluster
- sharding
- high-availability
- cache
maintainers:
- name: corrado.mulas