argocd-helm/charts/argo-cd/ci/ha-autoscaling-values.yaml
Aikawa eb0f0af836
fix(argo-cd): Correct oliver006/redis_exporter image tag (#3231)
* 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>
2025-04-02 07:07:41 +01:00

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