From e2791c0b77943ec70932b10908a44183570f687b Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 5 Aug 2024 19:45:36 +0100 Subject: [PATCH] Try port! --- 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 0960e56..1a184a7 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-gateway/loki/api/v1/push + - url: http://monitoring-loki-gateway.monitoring.svc.cluster.local:3100/loki/api/v1/push tenant_id: 1 \ No newline at end of file