try out keyDB - redis alternative
This commit is contained in:
26
redis/values.yaml
Normal file
26
redis/values.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
keydb: &keydb_config
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: eqalpha/keydb # Remplace l'image Redis par KeyDB
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
global:
|
||||
defaultStorageClass: local-path
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
architecture: replication
|
||||
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
|
||||
Reference in New Issue
Block a user