From edd54e9195ca33aec8b60f9c63e3a747807fac23 Mon Sep 17 00:00:00 2001
From: Lluis Gifre Renom <lluis.gifre@cttc.es>
Date: Thu, 24 Nov 2022 15:29:07 +0000
Subject: [PATCH] Update src/common/perf_eval_method_wrapper/tests/README.md

---
 .../perf_eval_method_wrapper/tests/README.md     | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/common/perf_eval_method_wrapper/tests/README.md b/src/common/perf_eval_method_wrapper/tests/README.md
index ff06b6b31..060af8a3e 100644
--- a/src/common/perf_eval_method_wrapper/tests/README.md
+++ b/src/common/perf_eval_method_wrapper/tests/README.md
@@ -15,20 +15,12 @@ tfs@tfs-vm:~/tfs-ctrl$ ./deploy.sh
 ```
 
 - expose prometheus and grafana
-terminal 1 (prometheus UI):
-```
-kubectl port-forward -n monitoring service/prometheus-k8s --address 0.0.0.0 9090:9090
-```
 
-terminal 2 (prometheus internal grafana):
-```
-kubectl port-forward -n monitoring service/grafana --address 0.0.0.0 3000:3000
-```
+  - terminal 1 (prometheus UI): `kubectl port-forward -n monitoring service/prometheus-k8s --address 0.0.0.0 9090:9090`
+  - terminal 2 (grafana UI): `kubectl port-forward -n monitoring service/grafana --address 0.0.0.0 3000:3000`
+  - terminal 3 (alertmanager UI): `kubectl port-forward -n monitoring service/alertmanager-main --address 0.0.0.0 9093:9093`
 
-terminal 3 (alertmanager):
-```
-kubectl port-forward -n monitoring service/alertmanager-main --address 0.0.0.0 9093:9093
-```
+- if using remote server/VM for running MicroK8s and VSCode, forward ports 9090, 3000, 9093
 
 - log into grafana:
   - 127.0.0.1:3000
-- 
GitLab