cluster/services/monitoring: make tempo-grpc listen on localhost
This commit is contained in:
parent
da9c1cca67
commit
3c7cb33820
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ in
|
|||
};
|
||||
tempo-grpc = {
|
||||
protocol = "http";
|
||||
ipv4 = meshIpFor "server";
|
||||
ipv4 = "127.0.0.1";
|
||||
};
|
||||
tempo-otlp-http = {
|
||||
protocol = "http";
|
||||
|
|
Loading…
Reference in a new issue