From d9dc29667430d64645dd5b34e7d93bb2034c3994 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 02:03:46 +0900 Subject: [PATCH] FIX(promtail): promtail Loki endpoint - to use loki namespace - Change Loki URL from loki.logging to loki.loki namespace - Fixes DNS lookup error and readiness probe failures - Resolves Healthy <-> Progressing oscillation in ArgoCD --- promtail/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/helm-values.yaml b/promtail/helm-values.yaml index 37f9680..738e716 100644 --- a/promtail/helm-values.yaml +++ b/promtail/helm-values.yaml @@ -5,7 +5,7 @@ # Loki endpoint config: clients: - - url: http://loki.logging.svc.cluster.local:3100/loki/api/v1/push + - url: http://loki.loki.svc.cluster.local:3100/loki/api/v1/push # Default scrape config (use defaults) defaultVolumes: