From e5002060c9eccee5afacc3f106b8fb737d2a1fbf Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 5 Aug 2024 19:29:07 +0100 Subject: [PATCH] Point to monitoring-loki-gateway --- clusters/kairos/monitoring/promtail/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/kairos/monitoring/promtail/helmrelease.yaml b/clusters/kairos/monitoring/promtail/helmrelease.yaml index 6cfa3ca..1427530 100644 --- a/clusters/kairos/monitoring/promtail/helmrelease.yaml +++ b/clusters/kairos/monitoring/promtail/helmrelease.yaml @@ -16,5 +16,5 @@ spec: values: config: clients: - - url: http://loki.monitoring.svc.cluster.local/loki/api/v1/push + - url: http://monitoring-loki-gateway.monitoring.svc.cluster.local/loki/api/v1/push tenant_id: 1 \ No newline at end of file