diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-04-30 12:37:00 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-04-30 12:37:00 +0200 |
commit | f5c258f70932d4c5cb701d6e83e72fc7bb097b4a (patch) | |
tree | ae5666b0ee5e26eb6c1b04033e0bee77608cb868 | |
parent | 190233378964c0e46608bee9b56b95bdc834e799 (diff) | |
download | tyilnet-f5c258f70932d4c5cb701d6e83e72fc7bb097b4a.tar.gz tyilnet-f5c258f70932d4c5cb701d6e83e72fc7bb097b4a.tar.bz2 |
Update redis configuration
-rw-r--r-- | data.d/k3s-master/helm.d/redis.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data.d/k3s-master/helm.d/redis.yaml b/data.d/k3s-master/helm.d/redis.yaml index 9efeba0..1163194 100644 --- a/data.d/k3s-master/helm.d/redis.yaml +++ b/data.d/k3s-master/helm.d/redis.yaml @@ -1,9 +1,15 @@ architecture: standalone master: resources: + requests: + memory: 16Mi limits: - memory: 256Mi + memory: 128Mi replica: replicaCount: 0 auth: enabled: false + sentinel: false +commonConfiguration: |- + maxmemory 100mb + maxmemory-policy allkeys-lfu |