Files
tools/redis/Chart.yaml
Gabriel Radureau 8c6fafec07
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 24s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
try chatgpt provided chart for redis/keyDB
2025-12-04 12:10:03 +01:00

17 lines
768 B
YAML

# Chart: keydb-custom
# Helm chart tailored for KeyDB (EqAlpha) on 2 Raspberry Pi 5 nodes
# - Mode: master (statefulset index 0) + replica (index 1)
# - Replica runs as replicaof master at startup
# - server-threads = 4
# - Config mounted via ConfigMap
# - Liveness / readiness probes included
# - Persistence via PersistentVolumeClaim (storageClass configurable)
# -----------------------------------------------------------------------------
# Chart.yaml
# -----------------------------------------------------------------------------
apiVersion: v2
name: keydb-custom # https://chatgpt.com/c/69315a7d-cb88-832c-bc18-3be2b519356d
description: "Custom KeyDB Helm chart for 2-node Master+Replica on Raspberry Pi 5"
type: application
version: 0.1.0
appVersion: "latest"