From f7946ff713c1b8ea9e2a882d86e4c8f3e2c938b5 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Sun, 12 May 2024 14:32:39 +0100 Subject: [PATCH] Fix local write end point Signed-off-by: Michel Hollands --- charts/meta-monitoring/templates/agent/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/templates/agent/config.yaml b/charts/meta-monitoring/templates/agent/config.yaml index 416e4d0..5e84e97 100644 --- a/charts/meta-monitoring/templates/agent/config.yaml +++ b/charts/meta-monitoring/templates/agent/config.yaml @@ -330,7 +330,7 @@ data: {{- if .Values.local.logs.enabled }} loki.write "local" { endpoint { - url = "http://{{- .Release.Namespace -}}-loki-gateway.{{- .Release.Namespace -}}.svc.cluster.local:80/loki/api/v1/push" + url = "http://loki-write.{{- .Release.Namespace -}}.svc.cluster.local:3100/loki/api/v1/push" } } {{- end }}