Skip to content

Commit

Permalink
Change Prometheus url after upgrades (#373)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored May 30, 2024
1 parent af3edd9 commit d47f52c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:

# PROMETHEUS URL
PROMETHEUS_URL=$(oc get route thanos-querier -n openshift-monitoring | awk '/thanos-querier/ {print $2}')
PROMETHEUS_URL=https://$PROMETHEUS_URL:443
PROMETHEUS_URL=https://$PROMETHEUS_URL:443/api
export PROMETHEUS_URL=$PROMETHEUS_URL

git clone https://github.com/see-quick/StrimKKhaos.git
Expand Down

0 comments on commit d47f52c

Please sign in to comment.