aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/databases/redis/configmap.yaml
blob: 340b96bba43c554f0d4c4097e6595874104b6ce8 (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: databases
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