From 3c7cb33820f74a885fdd0c0abda50f3cce1b4a58 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 4 Nov 2023 03:22:20 +0100 Subject: [PATCH] cluster/services/monitoring: make tempo-grpc listen on localhost --- cluster/services/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/monitoring/default.nix b/cluster/services/monitoring/default.nix index 0fe5f51..48cf457 100644 --- a/cluster/services/monitoring/default.nix +++ b/cluster/services/monitoring/default.nix @@ -32,7 +32,7 @@ in }; tempo-grpc = { protocol = "http"; - ipv4 = meshIpFor "server"; + ipv4 = "127.0.0.1"; }; tempo-otlp-http = { protocol = "http";