aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/redis/configmap.yaml
blob: 2a2f23e417b46de8c1d7801c7c83118748968c87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: ConfigMap
metadata:
  name: redis-conf
  namespace: default
data:
  redis.conf: |
    # Store all commands used and replay on server startup
    appendonly yes

    # Set working directory
    dir /data

    # Set a memory maximum
    maxmemory 1gb