Skip to content

Commit

Permalink
Remove port from prometheus url for chaos testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed May 31, 2024
1 parent 50ed843 commit 0f4b2a1
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/api
PROMETHEUS_URL=https://$PROMETHEUS_URL/api
export PROMETHEUS_URL=$PROMETHEUS_URL

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

0 comments on commit 0f4b2a1

Please sign in to comment.