Redis is an open-source, in-memory data structure store that is used as a database, cache, and message broker. It provides a fast and flexible solution for storing and retrieving data, making it an ideal choice for a wide range of use cases, including real-time analytics, session management, and more.
Redis is used by Authentik, Authelia, oauth2-proxy.
Install with:
helm repo add bitnami oci://registry-1.docker.io/bitnamicharts/
helm install redis bitnami/redis -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
redis | anthr76/infra | 103 | 18.0.0 | 5 months ago |
redis | h3mmy/bloopySphere | 62 | 19.6.4 | 8 months ago |
redis | truxnell/home-cluster | 142 | 18.9.0 | a year ago |
See the most popular values for this chart:
Key | Types |
---|---|
auth.enabled (27) false | boolean |
auth.sentinel (21) false | boolean |
boolean | |
auth.existingSecret (2) redis-password-secret | string |
auth.existingSecretPasswordKey (2) redis-password | string |
auth.password (2) ${REDIS_PASSWORD} | string |
boolean | |
boolean | |
boolean | |
string | |
metrics.image.registry (1) docker.io | string |
metrics.image.repository (1) bitnami/redis-exporter | string |
metrics.image.tag (1) 1.69.0-debian-12-r1 | string |
string | |
string | |
string | |
boolean | |
sentinel.masterSet (19) redis-master | string |
number | |
boolean | |
number | |
boolean | |
string | |
string | |
string | |
string | |
boolean | |
boolean | |
master.persistence.existingClaim (4) redis-config-v1 | string |
string | |
master.persistence.accessModes[] (1) - ReadWriteOnce | string |
string | |
master.service.type (2) LoadBalancer | string |
string | |
string | |
master.service.loadBalancerIP (1) 10.172.90.31 | string |
number | |
number | |
string | |
number | |
master.podSecurityContext.fsGroupChangePolicy (1) OnRootMismatch | string |
number | |
string | |
string | |
string | |
string | |
boolean | |
boolean | |
replica.enabled (1) false | boolean |
string | |
number | |
string | |
string | |
string | |
architecture (8) standalone | string |
affinity (3) nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 60
preference:
matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
- i386
- i686
- x86
| string |
global.storageClass (3) ceph-block | string |
global.imageRegistry (1) public.ecr.aws | string |
global.redis.password (1) ${SECRET_REDIS_PASSWORD} | string |
image.repository (3) bitnami/redis | string |
image.tag (3) 7.4.2-debian-12-r6 | string |
image.registry (1) docker.io | string |
boolean | |
boolean | |
sentinal.masterSet (2) redis-master | string |
commonConfiguration (1) # Enable AOF https://redis.io/topics/persistence#append-only-file
appendonly yes
# Disable RDB persistence, AOF persistence already enabled.
save ""
# Enable Redis Json module
loadmodule /opt/redis-stack/lib/rejson.so | string |
string | |
string | |
string | |
string | |
service.annotations."io.cilium/lb-ipam-ips" (1) 192.168.2.46 | string |
string | |
service.type (1) LoadBalancer | string |
boolean | |
number | |
number | |
number | |
number | |
number |