github.com/spotahome/redis-operator@v1.2.4/example/redisfailover/custom-config.yaml (about)

     1  apiVersion: databases.spotahome.com/v1
     2  kind: RedisFailover
     3  metadata:
     4    name: redisfailover
     5  spec:
     6    sentinel:
     7      replicas: 3
     8      customConfig:
     9        - "down-after-milliseconds 2000"
    10        - "failover-timeout 3000"
    11    redis:
    12      replicas: 3
    13      customConfig:
    14        - "maxclients 100"
    15        - "hz 50"
    16        - "timeout 60"
    17        - "tcp-keepalive 60"
    18        - "client-output-buffer-limit normal 0 0 0"
    19        - "client-output-buffer-limit slave 1000000000 1000000000 0"
    20        - "client-output-buffer-limit pubsub 33554432 8388608 60"