20 lines
519 B
YAML
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
|