OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

Fix ExternalLoadBalancer annotations #55

Closed SiM22 closed 1 year ago

SiM22 commented 1 year ago

Currently the helm chart sets the leader/follower selector to leader/follower respectively.

When setting external to true, both external load balancers are set to use redis_setup_type=cluster.

If deployed as is then the external load balancers have no endpoints as the labels do not match. This fixes that