19 lines
488 B
YAML
19 lines
488 B
YAML
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
|