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

     1  dir "/data"
     2  {{- if eq .UseTLS "false"}}
     3  port 26379
     4  {{- else}}
     5  port 0
     6  tls-port 26379
     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      sentinel down-after-milliseconds argocd 10000
    15      sentinel failover-timeout argocd 180000
    16      maxclients 10000
    17      sentinel parallel-syncs argocd 5