You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lknite
changed the title
[chart/redis-ha][BUG]
[chart/redis-ha][BUG] redhat w/ ulimit unlimited max out cpu & memory, could we add to helm chart a default maxconn?
Apr 14, 2023
I'm using an argocd helm chart which uses this helm chart as a subchart, if maxconn were available to be set I could configure this to solve the issue (i think).
Since this seems to be a known issue with the solution being to set maxconn, could we get this added to the helm chart as a value which can be set? Doing so would seemingly avoid an insta-crash on yum-based systems.
Or is there a way to set it via the values.yaml I'm just not seeing?
Describe the bug
On some os's ulimit ends up being unlimited & haproxy will max out cpu & memory in this case.
Reference: docker-library/haproxy#194
To Reproduce
haproxy/haproxy#2121
Steps to reproduce the behavior:
Expected behavior
haproxy to deploy normally
Additional context
Seems a good idea to specify a reasonable value in the haproxy helm chart:
The text was updated successfully, but these errors were encountered: