From d8076a9e8c4923ba5a892a281cfc0e8573c6601f Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 20 Aug 2024 12:06:57 +0100 Subject: [PATCH] Update client url for promtail --- 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 1a184a7..9c43413 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://monitoring-loki-gateway.monitoring.svc.cluster.local:3100/loki/api/v1/push + - url: http://monitoring-loki-gateway.monitoring/loki/api/v1/push tenant_id: 1 \ No newline at end of file