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