File tree 1 file changed +33
-33
lines changed
1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -95,32 +95,32 @@ metadata:
95
95
spec :
96
96
gatewayClassName : " {GATEWAY_CLASS_NAME}"
97
97
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
124
124
---
125
125
apiVersion : gateway.networking.k8s.io/v1beta1
126
126
kind : HTTPRoute
@@ -129,11 +129,11 @@ metadata:
129
129
namespace : gateway-conformance-infra
130
130
spec :
131
131
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
136
136
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