File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 8383 helm dependency build eoapi
8484
8585 helm install $RELEASE_NAME \
86- --namespace default \
8786 -f ./eoapi/values.yaml \
8887 -f ./eoapi/test-k3s-unittest-values.yaml \
8988 ./eoapi
10099 timeout-minutes : 10
101100 continue-on-error : true
102101 run : |
103- kubectl config set-context --current --namespace=default
104102 while [[ -z "$(kubectl get pod | grep "^raster-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /.*/healthz" | head -n 1)" ]]; do
105103 echo "still waiting for raster service to start..."
106104 sleep 1
@@ -136,7 +134,6 @@ jobs:
136134 kubectl get ingress --all-namespaces -o jsonpath='{range .items[0]}kubectl describe ingress {.metadata.name} -n {.metadata.namespace}{end}' | sh
137135 kubectl get middleware.traefik.io --all-namespaces -o custom-columns='NAMESPACE:.metadata.namespace,NAME:.metadata.name' --no-headers | while read -r namespace name; do kubectl describe middleware.traefik.io "$name" -n "$namespace"; done
138136
139- kubectl config set-context --current --namespace=default
140137 PUBLICIP='http://'$(kubectl -n kube-system get svc traefik -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
141138 export VECTOR_ENDPOINT=$PUBLICIP/vector$RELEASE_NAME
142139 export STAC_ENDPOINT=$PUBLICIP/stac$RELEASE_NAME
You can’t perform that action at this time.
0 commit comments