File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
test/e2e/framework/manifests Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3434 stream_proxy:
3535 tcp:
3636 - 9100
37+ udp:
38+ - 9200
3739 nginx_config:
3840 worker_processes: 2
3941 error_log_level: debug
@@ -215,8 +217,11 @@ spec:
215217 name : control-api
216218 protocol : TCP
217219 - containerPort : 9100
218- name : stream-route
220+ name : tcp
219221 protocol : TCP
222+ - containerPort : 9200
223+ name : udp
224+ protocol : UDP
220225 readinessProbe :
221226 failureThreshold : 10
222227 initialDelaySeconds : 3
@@ -277,6 +282,11 @@ spec:
277282 - name : tcp
278283 port : 9100
279284 protocol : TCP
285+ targetPort : 9100
286+ - name : udp
287+ port : 9200
288+ protocol : UDP
289+ targetPort : 9200
280290 selector :
281291 app.kubernetes.io/instance : api7ee3
282292 app.kubernetes.io/name : apisix
You can’t perform that action at this time.
0 commit comments