@cryptotaxi247 / infra-1 / commits / 11c9a5b3

go-neb: fix port

When binding to localhost I introduced a typo in the port number which broke the alerting pipeline.

Martin Weinelt committed Jun 12, 2025 at 04:10 UTC 11c9a5b3a7bbf4f09455c7d2c8689512cd6d04c0
1 file changed +1 -1
build/pluto/prometheus/alertmanager.nix
+1 -1
@@ -109,7 +109,7 @@
109
110 services.go-neb = {
111 enable = true;
112 - bindAddress = "localhost:4500";
112 + bindAddress = "localhost:4050";
113 baseUrl = "http://localhost";
114 secretFile = config.age.secrets.alertmanager-matrix-forwarder.path;
115 config = {