github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/test/testdata/resources/redis-primary-config-template.yaml (about) 1 apiVersion: v1 2 kind: ConfigMap 3 metadata: 4 name: redis-primary-config-7.0.5 5 data: 6 redis.conf: |- 7 bind 0.0.0.0 8 port 6379 9 tcp-backlog 511 10 timeout 0 11 tcp-keepalive 300 12 daemonize no 13 pidfile /var/run/redis_6379.pid 14 loglevel notice 15 logfile "" 16 databases 16 17 always-show-logo no 18 set-proc-title yes 19 proc-title-template "{title} {listen-addr} {server-mode}" 20 stop-writes-on-bgsave-error yes 21 rdbcompression yes 22 rdbchecksum yes 23 dbfilename dump.rdb 24 rdb-del-sync-files no 25 dir ./ 26 replica-serve-stale-data yes 27 replica-read-only yes 28 repl-diskless-sync yes 29 repl-diskless-sync-delay 5 30 repl-diskless-sync-max-replicas 0 31 repl-diskless-load disabled 32 repl-disable-tcp-nodelay no 33 replica-priority 100 34 acllog-max-len 128 35 lazyfree-lazy-eviction no 36 lazyfree-lazy-expire no 37 lazyfree-lazy-server-del no 38 replica-lazy-flush no 39 lazyfree-lazy-user-del no 40 lazyfree-lazy-user-flush no 41 oom-score-adj no 42 oom-score-adj-values 0 200 800 43 disable-thp yes 44 appendonly yes 45 appendfilename "appendonly.aof" 46 appenddirname "appendonlydir" 47 appendfsync everysec 48 no-appendfsync-on-rewrite no 49 auto-aof-rewrite-percentage 100 50 auto-aof-rewrite-min-size 64mb 51 aof-load-truncated yes 52 aof-use-rdb-preamble yes 53 aof-timestamp-enabled no 54 slowlog-log-slower-than 10000 55 slowlog-max-len 128 56 latency-monitor-threshold 0 57 notify-keyspace-events "" 58 hash-max-listpack-entries 512 59 hash-max-listpack-value 64 60 list-max-listpack-size -2 61 list-compress-depth 0 62 set-max-intset-entries 512 63 zset-max-listpack-entries 128 64 zset-max-listpack-value 64 65 hll-sparse-max-bytes 3000 66 stream-node-max-bytes 4096 67 stream-node-max-entries 100 68 activerehashing yes 69 client-output-buffer-limit normal 0 0 0 70 client-output-buffer-limit replica 256mb 64mb 60 71 client-output-buffer-limit pubsub 32mb 8mb 60 72 hz 10 73 dynamic-hz yes 74 aof-rewrite-incremental-fsync yes 75 rdb-save-incremental-fsync yes 76 jemalloc-bg-thread yes