Skip to content

Commit 931c1b7

Browse files
committed
f
1 parent 2b52f71 commit 931c1b7

File tree

1 file changed

+17
-0
lines changed
  • test/e2e/framework/manifests

1 file changed

+17
-0
lines changed

test/e2e/framework/manifests/dp.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,20 @@ spec:
300300
app.kubernetes.io/name: apisix
301301
cp-connection: mtls
302302
type: {{ .ServiceType | default "NodePort" }}
303+
304+
---
305+
306+
apiVersion: v1
307+
kind: Service
308+
metadata:
309+
name: apisix-control-api
310+
labels:
311+
app.kubernetes.io/name: apisix-control-api
312+
spec:
313+
ports:
314+
- port: 9090
315+
name: control
316+
protocol: TCP
317+
targetPort: 9090
318+
selector:
319+
app.kubernetes.io/name: apisix

0 commit comments

Comments
 (0)