summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-30 12:37:00 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-30 12:37:00 +0200
commitf5c258f70932d4c5cb701d6e83e72fc7bb097b4a (patch)
treeae5666b0ee5e26eb6c1b04033e0bee77608cb868
parent190233378964c0e46608bee9b56b95bdc834e799 (diff)
Update redis configuration
-rw-r--r--data.d/k3s-master/helm.d/redis.yaml8
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