try out keyDB - redis alternative
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

This commit is contained in:
2025-12-04 11:20:23 +01:00
parent 07e2c6d171
commit b39421ce00
6 changed files with 80 additions and 1 deletions

18
redis/values.redis.yaml Normal file
View File

@@ -0,0 +1,18 @@
redis: &redis_config
architecture: replication
global:
defaultStorageClass: local-path
sentinel:
enabled: true
master:
resourcesPreset: &resources small
replica:
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: redis
version: 24.0.0
values: *redis_config