Commit ba0565e7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Deploy script:

- increased wait-time for Grafana to 5 seconds
parent 93fb6d5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ done

if [[ "$TFS_COMPONENTS" == *"webui"* ]] && [[ "$TFS_COMPONENTS" == *"monitoring"* ]]; then
    echo "Configuring WebUI DataStores and Dashboards..."
    sleep 3
    sleep 5

    # Exposed through the ingress controller "tfs-ingress"
    GRAFANA_URL="127.0.0.1:80/grafana"