From 884a535dd50d258d18720c0cdc0af63888338014 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 15:29:35 +0800 Subject: [PATCH] fix(auth): update lokiEndpoint to remove unnecessary path for log ingestion Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 55d655a6..fd405d44 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -6,7 +6,7 @@ dashboard: enabled: false logIngest: enabled: true - lokiEndpoint: http://loki-gateway.freeleaps-logging-system/loki/api/v1/push + lokiEndpoint: http://loki-gateway.freeleaps-logging-system logPathPattern: /app/log/authentication/*.log logPath: /app/log/authentication authentication: