github.com/argoproj-labs/argocd-operator@v0.10.0/build/redis/redis.conf.tpl (about)

     1  dir "/data"
     2  {{- if eq .UseTLS "false"}}
     3  port 6379
     4  {{- else}}
     5  port 0
     6  tls-port 6379
     7  tls-cert-file /app/config/redis/tls/tls.crt
     8  tls-ca-cert-file /app/config/redis/tls/tls.crt
     9  tls-key-file /app/config/redis/tls/tls.key
    10  tls-replication yes
    11  tls-auth-clients no
    12  {{- end}}
    13  bind 0.0.0.0
    14  maxmemory 0
    15  maxmemory-policy volatile-lru
    16  min-replicas-max-lag 5
    17  min-replicas-to-write 1
    18  rdbchecksum yes
    19  rdbcompression yes
    20  repl-diskless-sync yes
    21  save ""
    22  protected-mode no