spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.48k stars 355 forks source link

chore(chart): add topologySpreadConstraints #688

Open emaincourt opened 4 months ago

emaincourt commented 4 months ago

Changes proposed on the PR:

It's currently not possible to define topologySpreadConstraints when deploying the operator. It could be useful to spread the deployment across different nodes/zones.

Thanks in advance for reviewing.