From 7d4f5ff86c92dbf7b97142ddd52b2d4b11ee87ae Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 02:26:23 +0900 Subject: [PATCH] REFACTOR(grafana): change logging path in Grafana - Update logging path configuration - Fix log collection settings --- grafana/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/helm-values.yaml b/grafana/helm-values.yaml index 3ed2946..8597bfc 100644 --- a/grafana/helm-values.yaml +++ b/grafana/helm-values.yaml @@ -44,7 +44,7 @@ datasources: - name: Loki type: loki access: proxy - url: http://loki.logging.svc.cluster.local:3100 + url: http://loki.loki.svc.cluster.local:3100 editable: true grafana.ini: