From ddaf06b29c4b99678e9979915461323e61779fd4 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 12 Mar 2025 14:39:36 +0100 Subject: [PATCH] loki reference changes --- template/stacks/monitoring/alloy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index 9441652..3d6fd5a 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -15,7 +15,7 @@ alloy: loki.write "local_loki" { endpoint { - url = "http://loki.default.svc.cluster.local:3100/loki/api/v1/push" + url = "http://loki-loki-distributed-gateway/loki/api/v1/push" } }