mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* [stable/redis] Parameterize sysctls
The securityContext.sysctls is an optional value which allows to set
the sysctls of master and slave pods. This is helpful to increase the
net.core.somaxconn parameter.
Example:
# in values.yaml
securityContext:
enabled: true
sysctls:
- name: net.core.somaxconn
value: "10000"
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* [stable/redis] Add commented sysctl settings to values-production.yaml
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* [stable/redis] Describe new sysctls setting
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* [stable/redis] Bump chart version to 9.2.2
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>