Loading src/monitoring/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ build influx: - kubectl version - kubectl get all - kubectl apply -f "manifests/influx.yaml" - sleep 30 - sleep 15 - kubectl get all - curl -XGET "localhost:8086/health" - kubectl delete -f "manifests/influx.yaml" Loading Loading
src/monitoring/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ build influx: - kubectl version - kubectl get all - kubectl apply -f "manifests/influx.yaml" - sleep 30 - sleep 15 - kubectl get all - curl -XGET "localhost:8086/health" - kubectl delete -f "manifests/influx.yaml" Loading