# 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"