16 lines
215 B
YAML
16 lines
215 B
YAML
# Test High Availability with autoscaling
|
|
crds:
|
|
keep: false
|
|
|
|
redis-ha:
|
|
enabled: true
|
|
|
|
server:
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 2
|
|
|
|
repoServer:
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 2
|