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
This commit is contained in:
2025-12-29 02:03:46 +09:00
parent a2e0ef4477
commit d9dc296674

View File

@@ -5,7 +5,7 @@
# Loki endpoint # Loki endpoint
config: config:
clients: 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) # Default scrape config (use defaults)
defaultVolumes: defaultVolumes: