Should Redis haproxy be enabled by default? #2785
hongbo-miao
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I tried to enable high avaiablity for Argo CD. However, I got error
withtout any useful logs
So I am currently disabled Redis's
haproxyBased on
argo-helm/charts/argo-cd/values.yaml
Lines 1534 to 1536 in b0d4648
Redis haproxy is enabled by default.
However, based on https://github.com/DandyDeveloper/charts/blob/61dbe860a2519e70033de651a59593ba2de8e8ac/charts/redis-ha/values.yaml#L69-L73
haproxy is recommended for Redis clusters exposed externally.
Should Redis haproxy be enabled by default? Thanks!
All reactions