Skip to content

Commit

Permalink
fix: change backend port that was changed in the original chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Mar 1, 2024
1 parent 5a84b3a commit 0ac7aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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, "\"", "\\\"")}",
Expand Down

0 comments on commit 0ac7aab

Please sign in to comment.