try chatgpt provided chart for redis/keyDB
This commit is contained in:
@@ -1,35 +1,17 @@
|
||||
# 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: redis
|
||||
description: A Helm chart for Kubernetes
|
||||
|
||||
dependencies:
|
||||
- name: tool
|
||||
version: 0.1.0
|
||||
repository: https://gitea.arcodange.duckdns.org/api/packages/arcodange-org/helm
|
||||
- name: keydb
|
||||
version: 0.5.22
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
# - name: redis
|
||||
# version: 24.0.0
|
||||
# repository: https://charts.bitnami.com/bitnami
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
#
|
||||
# Application charts are a collection of templates that can be packaged into versioned archives
|
||||
# to be deployed.
|
||||
#
|
||||
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
||||
# a dependency of application charts to inject those utilities and functions into the rendering
|
||||
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
||||
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
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
# appVersion: "1.16.0"
|
||||
appVersion: "latest"
|
||||
Reference in New Issue
Block a user