Skip to content

Commit 21100f9

Browse files
authored
Allow Istio gateway to use HTTPRoute from all namespaces
1 parent c06cffd commit 21100f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

config/manifests/gateway/istio/resources.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ metadata:
55
spec:
66
gatewayClassName: istio
77
listeners:
8-
- allowedRoutes:
9-
namespaces:
10-
from: Same
11-
name: http
8+
- name: http
129
port: 80
1310
protocol: HTTP
11+
allowedRoutes:
12+
kinds:
13+
- kind: HTTPRoute
14+
namespaces:
15+
from: All
1416
---
1517
apiVersion: gateway.networking.k8s.io/v1
1618
kind: HTTPRoute

0 commit comments

Comments
 (0)