Browse Source

leave out the budget app

Grega Bremec 7 tháng trước cách đây
mục cha
commit
59cfbff410
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      labs/monitoring/apps/traffic-simulator.sh

+ 2 - 2
labs/monitoring/apps/traffic-simulator.sh

@@ -2,6 +2,6 @@
 
 while true;
 do
-    curl http://budget.apps.ocp4.example.com/api/loadtest/v1/cpu/1 & curl http://frontend-dev-monitor.apps.ocp4.example.com/?[1-100] > /dev/null & curl http://exoplanets.apps.ocp4.example.com/?[1-100] > /dev/null
+    curl http://frontend-dev-monitor.apps.ocp4.example.com/?[1-100] > /dev/null & curl http://exoplanets.apps.ocp4.example.com/?[1-100] > /dev/null
     sleep 10
-done
+done