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