Files
tools/redis/values.yaml
Gabriel Radureau b39421ce00
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 14s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
try out keyDB - redis alternative
2025-12-04 11:20:23 +01:00

20 lines
519 B
YAML

keydb: &keydb_config
architecture: replication
global:
defaultStorageClass: local-path
auth:
password: redisarcodange
master:
resourcesPreset: &resources small
replica:
activeReplica: true
resourcesPreset: *resources
tool:
# kind: 'SubChart' or 'HelmChart', if subchart then uncomment Chart.yaml dependency, else comment and use tool library with helm chart template
kind: 'SubChart'
repo: https://charts.bitnami.com/bitnami
chart: keydb
version: 0.5.22
values: *keydb_config