summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/helm.d/redis.yaml
blob: 11631945200b40daa9ed584d1d4228e17f8ec437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
architecture: standalone
master:
  resources:
    requests:
      memory: 16Mi
    limits:
      memory: 128Mi
replica:
  replicaCount: 0
auth:
  enabled: false
  sentinel: false
commonConfiguration: |-
  maxmemory 100mb
  maxmemory-policy allkeys-lfu