Loading src/monitoring/.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ build influx: # # - kubectl get all # - curl -XGET "10.97.74.29:8086/health" # # - kubectl delete -f "manifests/influx.yaml" - pip install influxdb - cd ./src/monitoring/service - python3 test_influx.py Loading Loading
src/monitoring/.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ build influx: # # - kubectl get all # - curl -XGET "10.97.74.29:8086/health" # # - kubectl delete -f "manifests/influx.yaml" - pip install influxdb - cd ./src/monitoring/service - python3 test_influx.py Loading