From 0ac7aabf0a32d562844dadbbfabd21de925d7a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Fri, 1 Mar 2024 14:40:52 +0100 Subject: [PATCH] fix: change backend port that was changed in the original chart --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index 2a06c07d..a9f2f3eb 100644 --- a/locals.tf +++ b/locals.tf @@ -234,7 +234,7 @@ locals { sidecars = [{ args = concat([ "--http-address=0.0.0.0:9075", - "--upstream=http://localhost:10902", + "--upstream=http://localhost:9090", "--provider=oidc", "--oidc-issuer-url=${replace(local.thanos.oidc.issuer_url, "\"", "\\\"")}", "--client-id=${replace(local.thanos.oidc.client_id, "\"", "\\\"")}",