From cdd6a62b5decf1eaa75faaf9a4e6a22bc227f28f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 20 Feb 2024 07:25:58 -0600 Subject: [PATCH] promtail: Update loki port With Loki behind a reverse proxy now, clients access it using the default HTTPS port (443). --- env/prod/promtail.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/prod/promtail.cue b/env/prod/promtail.cue index 13c2f3e..9dae255 100644 --- a/env/prod/promtail.cue +++ b/env/prod/promtail.cue @@ -63,7 +63,7 @@ promtail: { config: schema.#PromtailConfig & { clients: [ { - url: "https://loki.pyrocufflink.blue:3100/loki/api/v1/push" + url: "https://loki.pyrocufflink.blue/loki/api/v1/push" tls_config: { ca_file: "/etc/promtail/ca.crt" }