File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ check_pod_ready() {
59
59
# Try to get the Gateway's IP and the port from the listener named "llm-gw" if it exists.
60
60
if check_resource_exists " gateway" " inference-gateway" " default" ; then
61
61
GATEWAY_IP=$( kubectl get gateway inference-gateway -n default -o jsonpath=' {.status.addresses[0].value}' )
62
- # Use JSONPath to select the port from the listener with name "llm-gw "
63
- GATEWAY_PORT=$( kubectl get gateway inference-gateway -n default -o jsonpath=' {.spec.listeners[?(@.name=="llm-gw ")].port}' )
62
+ # Use JSONPath to select the port from the listener with name "http "
63
+ GATEWAY_PORT=$( kubectl get gateway inference-gateway -n default -o jsonpath=' {.spec.listeners[?(@.name=="http ")].port}' )
64
64
else
65
65
GATEWAY_IP=" "
66
66
GATEWAY_PORT=" "
You can’t perform that action at this time.
0 commit comments