services/monitoring: Fix Loki frontend address
This commit is contained in:
parent
21730a2365
commit
0c8612149e
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ in
|
||||||
grpc_listen_address = "127.0.0.1";
|
grpc_listen_address = "127.0.0.1";
|
||||||
grpc_listen_port = ports.loki-grpc;
|
grpc_listen_port = ports.loki-grpc;
|
||||||
};
|
};
|
||||||
|
frontend_worker.frontend_address = "127.0.0.1:${portsStr.loki-grpc}";
|
||||||
ingester = {
|
ingester = {
|
||||||
lifecycler = {
|
lifecycler = {
|
||||||
address = "127.0.0.1";
|
address = "127.0.0.1";
|
||||||
|
|
Loading…
Reference in a new issue