From b27c1b6e7111a05ee7b9f5df7aa2d0b9a20cd737 Mon Sep 17 00:00:00 2001 From: jetzlstorfer Date: Wed, 9 Dec 2020 14:26:04 +0100 Subject: [PATCH] include exporter in instructions Signed-off-by: jetzlstorfer --- test-data/setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test-data/setup.sh b/test-data/setup.sh index 11c3377..9fac4c6 100644 --- a/test-data/setup.sh +++ b/test-data/setup.sh @@ -33,9 +33,11 @@ kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-sli- keptn configure monitoring prometheus --project=litmus --service=helloservice -## ADAPT PROMETHEUS CONFIGMAP/SCRAPE JOBS -# TODO +kubectl apply -f helloservice/prometheus/blackbox-exporter.yaml +kubectl apply -f helloservice/prometheus/prometheus-server-conf-cm.yaml + +kubectl delete pod -l app=prometheus-server -n monitoring ### LITMUS Begins!!