Skip to content

Commit e7c3037

Browse files
Update Traefik service IP address to use local endpoint in helm-tests workflow
1 parent 93cfb90 commit e7c3037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
199199
# Get the IP address of the Traefik service
200200
PUBLICIP_VALUE=$(kubectl -n kube-system get svc traefik -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
201-
PUBLICIP='http://'$PUBLICIP_VALUE
201+
PUBLICIP=http://eoapi.local
202202
export VECTOR_ENDPOINT=$PUBLICIP/vector
203203
export STAC_ENDPOINT=$PUBLICIP/stac
204204
export RASTER_ENDPOINT=$PUBLICIP/raster

0 commit comments

Comments
 (0)