DandyDeveloper / charts

Various helm charts migrated from [helm/stable] due to deprecation
https://dandydeveloper.github.io/charts
Apache License 2.0
157 stars 145 forks source link

[haproxy] Make "check fall" editable #150

Closed dreamblack86 closed 3 years ago

dreamblack86 commented 3 years ago

What this PR does / why we need it:

Here it is possible to add a repetition rate to the haproxy tcp checks. This is important because it can happen that redis does not respond to a check. (example save to disk). Taking out this backend server leads to exceptions on the clients which we can easily work around by adjusting "fall" in the check. Here the check is simply repeated without removing the redis master from the backend.

Checklist