Skip to content

Commit 297c441

Browse files
authored
Merge pull request smarunich#13 from smarunich/wave9
fix typos
2 parents af99223 + 19067b3 commit 297c441

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

configs/envoy-gateway/gateway/ai-gateway.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff 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

scripts/bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)