Loading src/monitoring/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -29,12 +29,11 @@ build influx: - kubectl version - kubectl get all - kubectl delete -f "manifests/influx.yaml" - sleep 15 - kubectl get all - kubectl apply -f "manifests/influx.yaml" - sleep 15 - kubectl get all - curl -XGET "0.0.0.0:8086/health" - curl -XGET "influxdb:8086/health" - kubectl delete -f "manifests/influx.yaml" # test if the Docker image can be pulled from the gitlab registry Loading Loading
src/monitoring/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -29,12 +29,11 @@ build influx: - kubectl version - kubectl get all - kubectl delete -f "manifests/influx.yaml" - sleep 15 - kubectl get all - kubectl apply -f "manifests/influx.yaml" - sleep 15 - kubectl get all - curl -XGET "0.0.0.0:8086/health" - curl -XGET "influxdb:8086/health" - kubectl delete -f "manifests/influx.yaml" # test if the Docker image can be pulled from the gitlab registry Loading