File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -95,32 +95,32 @@ metadata:
9595spec :
9696 gatewayClassName : " {GATEWAY_CLASS_NAME}"
9797 listeners :
98- - name : http-unattached
99- port : 8080
100- protocol : HTTP
101- allowedRoutes :
102- kinds :
103- - kind : HTTPRoute
104- namespaces :
105- from : Selector
106- selector :
107- matchLabels :
108- # This label is added automatically as of K8s 1.22
109- # to all namespaces
110- kubernetes.io/metadata.name : gateway-conformance-infra
111- - name : http
112- port : 80
113- protocol : HTTP
114- allowedRoutes :
115- kinds :
116- - kind : HTTPRoute
117- namespaces :
118- from : Selector
119- selector :
120- matchLabels :
121- # This label is added automatically as of K8s 1.22
122- # to all namespaces
123- kubernetes.io/metadata.name : gateway-conformance-infra
98+ - name : http-unattached
99+ port : 8080
100+ protocol : HTTP
101+ allowedRoutes :
102+ kinds :
103+ - kind : HTTPRoute
104+ namespaces :
105+ from : Selector
106+ selector :
107+ matchLabels :
108+ # This label is added automatically as of K8s 1.22
109+ # to all namespaces
110+ kubernetes.io/metadata.name : gateway-conformance-infra
111+ - name : http
112+ port : 80
113+ protocol : HTTP
114+ allowedRoutes :
115+ kinds :
116+ - kind : HTTPRoute
117+ namespaces :
118+ from : Selector
119+ selector :
120+ matchLabels :
121+ # This label is added automatically as of K8s 1.22
122+ # to all namespaces
123+ kubernetes.io/metadata.name : gateway-conformance-infra
124124---
125125apiVersion : gateway.networking.k8s.io/v1beta1
126126kind : HTTPRoute
@@ -129,11 +129,11 @@ metadata:
129129 namespace : gateway-conformance-infra
130130spec :
131131 parentRefs :
132- - kind : Gateway
133- name : gateway-with-two-listeners-and-one-attached-route
134- namespace : gateway-conformance-infra
135- sectionName : http
132+ - kind : Gateway
133+ name : gateway-with-two-listeners-and-one-attached-route
134+ namespace : gateway-conformance-infra
135+ sectionName : http
136136 rules :
137- - backendRefs :
138- - name : infra-backend-v1
139- port : 8080
137+ - backendRefs :
138+ - name : infra-backend-v1
139+ port : 8080
You can’t perform that action at this time.
0 commit comments