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 | 6 months ago |
redis | h3mmy/bloopySphere | 62 | 19.6.4 | 9 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 (23) false | boolean |
auth.sentinel (19) false | boolean |
auth.password (2) ${REDIS_PASSWORD} | string |
auth.existingSecret (1) redis-password-secret | string |
auth.existingSecretPasswordKey (1) redis-password | string |
boolean | |
boolean | |
boolean | |
boolean | |
string | |
string | |
string | |
string | |
boolean | |
sentinel.masterSet (17) redis-master | string |
number | |
boolean | |
number | |
boolean | |
string | |
string | |
string | |
string | |
boolean | |
boolean | |
replica.enabled (1) false | boolean |
string | |
number | |
string | |
string | |
string | |
boolean | |
master.persistence.existingClaim (3) redis-config-v1 | string |
string | |
number | |
string | |
number | |
master.podSecurityContext.fsGroupChangePolicy (1) OnRootMismatch | string |
number | |
string | |
string | |
string | |
master.service.loadBalancerIP (1) 10.172.90.31 | string |
master.service.type (1) LoadBalancer | string |
boolean | |
architecture (6) standalone | string |
global.storageClass (3) ceph-block | string |
global.imageRegistry (1) public.ecr.aws | string |
global.redis.password (1) ${SECRET_REDIS_PASSWORD} | string |
affinity (2) nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 60
preference:
matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
- i386
- i686
- x86
| string |
image.repository (2) redis/redis-stack-server | string |
image.tag (2) 7.2.0-v3 | string |
image.registry (1) docker.io | string |
boolean | |
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 | |
boolean | |
sentinal.masterSet (1) redis-master | string |
boolean | |
number | |
number | |
number | |
number | |
number |