fix mimir
This commit is contained in:
parent
fd02a136ef
commit
dd2aa96e25
1 changed files with 9 additions and 6 deletions
|
|
@ -81,6 +81,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
multitenancy_enabled = false;
|
multitenancy_enabled = false;
|
||||||
|
memberlist = {
|
||||||
|
bind_addr = [ "0.0.0.0" ];
|
||||||
|
bind_port = 7946;
|
||||||
|
advertise_addr = "141.56.51.20";
|
||||||
|
join_members = [ "141.56.51.20:7946" ];
|
||||||
|
};
|
||||||
blocks_storage = {
|
blocks_storage = {
|
||||||
backend = "filesystem";
|
backend = "filesystem";
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
|
@ -92,16 +98,12 @@
|
||||||
};
|
};
|
||||||
distributor = {
|
distributor = {
|
||||||
ring = {
|
ring = {
|
||||||
kvstore = {
|
kvstore.store = "memberlist";
|
||||||
store = "memberlist";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ingester = {
|
ingester = {
|
||||||
ring = {
|
ring = {
|
||||||
kvstore = {
|
kvstore.store = "memberlist";
|
||||||
store = "memberlist";
|
|
||||||
};
|
|
||||||
replication_factor = 1;
|
replication_factor = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -123,6 +125,7 @@
|
||||||
store_gateway = {
|
store_gateway = {
|
||||||
sharding_ring = {
|
sharding_ring = {
|
||||||
replication_factor = 1;
|
replication_factor = 1;
|
||||||
|
kvstore.store = "memberlist";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue