fix replication
This commit is contained in:
parent
0678f287ec
commit
b8dc81bc5b
1 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,17 @@ ruler_storage:
|
||||||
filesystem:
|
filesystem:
|
||||||
dir: /mimir/rules
|
dir: /mimir/rules
|
||||||
|
|
||||||
|
ingester:
|
||||||
|
ring:
|
||||||
|
instance_addr: 127.0.0.1
|
||||||
|
kvstore:
|
||||||
|
store: memberlist
|
||||||
|
replication_factor: 1
|
||||||
|
|
||||||
|
store_gateway:
|
||||||
|
sharding_ring:
|
||||||
|
replication_factor: 1
|
||||||
|
|
||||||
server:
|
server:
|
||||||
http_listen_port: 9009
|
http_listen_port: 9009
|
||||||
log_level: error
|
log_level: error
|
||||||
|
|
Loading…
Reference in a new issue