cluster/services/monitoring: make tempo-grpc listen on localhost

This commit is contained in:
Max Headroom 2023-11-04 03:22:20 +01:00
parent da9c1cca67
commit 3c7cb33820

View file

@ -32,7 +32,7 @@ in
};
tempo-grpc = {
protocol = "http";
ipv4 = meshIpFor "server";
ipv4 = "127.0.0.1";
};
tempo-otlp-http = {
protocol = "http";