We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cfb90 commit e7c3037Copy full SHA for e7c3037
.github/workflows/helm-tests.yml
@@ -198,7 +198,7 @@ jobs:
198
199
# Get the IP address of the Traefik service
200
PUBLICIP_VALUE=$(kubectl -n kube-system get svc traefik -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
201
- PUBLICIP='http://'$PUBLICIP_VALUE
+ PUBLICIP=http://eoapi.local
202
export VECTOR_ENDPOINT=$PUBLICIP/vector
203
export STAC_ENDPOINT=$PUBLICIP/stac
204
export RASTER_ENDPOINT=$PUBLICIP/raster
0 commit comments