forked from mirrors_public/oddlama_nix-config
fix: adjust loki lifecycler address to use localhost
This commit is contained in:
parent
dfd49c656a
commit
fbfbcf78b8
2 changed files with 1 additions and 2 deletions
|
@ -69,7 +69,7 @@ in {
|
|||
|
||||
ingester = {
|
||||
lifecycler = {
|
||||
interface_names = ["proxy-sentinel"];
|
||||
address = "127.0.0.1";
|
||||
ring = {
|
||||
kvstore.store = "inmemory";
|
||||
replication_factor = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue