Files
deprecated-helm-charts/stable/redis/Chart.yaml
T
rjasper-frohraum a5a91f71aa [stable/redis] Parameterize sysctls (#16897)
* [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>
2019-10-01 08:35:35 -07:00

20 lines
558 B
YAML

apiVersion: v1
name: redis
version: 9.2.2
appVersion: 5.0.5
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
- redis
- keyvalue
- database
home: http://redis.io/
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
sources:
- https://github.com/bitnami/bitnami-docker-redis
maintainers:
- name: Bitnami
email: containers@bitnami.com
- name: desaintmartin
email: cedric@desaintmartin.fr
engine: gotpl