Skip to content

Commit e170714

Browse files
committed
fix test
1 parent 0e3cc2e commit e170714

File tree

1 file changed

+11
-1
lines changed
  • test/e2e/framework/manifests

1 file changed

+11
-1
lines changed

test/e2e/framework/manifests/dp.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ data:
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

0 commit comments

Comments
 (0)