Loading src/monitoring/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ build influx: - kubectl apply -f "manifests/influx.yaml" - sleep 15 - kubectl get all - curl -XGET "localhost:8086/health" - curl -XGET "0.0.0.0: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 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ build influx: - kubectl apply -f "manifests/influx.yaml" - sleep 15 - kubectl get all - curl -XGET "localhost:8086/health" - curl -XGET "0.0.0.0:8086/health" - kubectl delete -f "manifests/influx.yaml" # test if the Docker image can be pulled from the gitlab registry Loading