File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
configs/envoy-gateway/gateway Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,10 @@ spec:
1313 allowedRoutes :
1414 namespaces :
1515 from : All
16- - name : http-default
17- protocol : HTTP
18- port : 80
19- hostname : " api.router.inference-in-a-box"
20- allowedRoutes :
21- namespaces :
22- from : All
23- - name : https
24- protocol : HTTPS
25- port : 443
26- hostname : " *.inference-in-a-box"
27- allowedRoutes :
28- namespaces :
29- from : All
3016 - name : https-default
3117 protocol : HTTPS
3218 port : 443
33- hostname : " api.router .inference-in-a-box"
19+ hostname : " * .inference-in-a-box"
3420 allowedRoutes :
3521 namespaces :
3622 from : All
Original file line number Diff line number Diff line change @@ -449,6 +449,7 @@ install_envoy_ai_gateway() {
449449 helm upgrade -i aieg oci://docker.io/envoyproxy/ai-gateway-helm \
450450 --version v${ENVOY_AI_GATEWAY_VERSION} \
451451 --namespace envoy-ai-gateway-system \
452+ --set extProc.logLevel=" debug" \
452453 --create-namespace
453454
454455 kubectl wait --timeout=2m -n envoy-ai-gateway-system deployment/ai-gateway-controller --for=condition=Available
You can’t perform that action at this time.
0 commit comments