Commit 6f9a5e0d authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

test influx.yaml

parent c1af95a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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