Make redis optional for blocky to help with resliliance to a single host failing
This commit is contained in:
parent
38597a7eda
commit
5f9a04fa5d
@ -39,11 +39,8 @@ prometheus:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
address: {{ env "NOMAD_UPSTREAM_ADDR_redis" }}
|
address: {{ env "NOMAD_UPSTREAM_ADDR_redis" }}
|
||||||
# password: passwd
|
connectionAttempts: 10
|
||||||
# database: 2
|
connectionCooldown: 3s
|
||||||
required: true
|
|
||||||
# connectionAttempts: 10
|
|
||||||
# connectionCooldown: 3s
|
|
||||||
|
|
||||||
# queryLog:
|
# queryLog:
|
||||||
# type: mysql
|
# type: mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user