try out keyDB - redis alternative
This commit is contained in:
18
redis/values.redis.yaml
Normal file
18
redis/values.redis.yaml
Normal 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
|
||||
Reference in New Issue
Block a user