* fix(argo-cd): Correct oliver006/redis_exporter image tag Signed-off-by: yu-croco <yu.croco@gmail.com> * fix: add CI for redis-ha redis-exporter sidecar Signed-off-by: yu-croco <yu.croco@gmail.com> * chore: enable redis-exporter in defaut ci Signed-off-by: yu-croco <yu.croco@gmail.com> --------- Signed-off-by: yu-croco <yu.croco@gmail.com>
18 lines
245 B
YAML
18 lines
245 B
YAML
# Test High Availability with autoscaling
|
|
crds:
|
|
keep: false
|
|
|
|
redis-ha:
|
|
enabled: true
|
|
exporter:
|
|
enabled: true
|
|
|
|
server:
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 2
|
|
|
|
repoServer:
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 2
|