27 lines
709 B
YAML
27 lines
709 B
YAML
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
|