Skip to content

Commit cc0441b

Browse files
jc-rhgreyerof
andauthored
Added containerPort to test pods' container. (#59) (#60)
Added so HOST_PORT_CHECK can have a positive pass when ports are declared. Co-authored-by: Gonzalo Reyero Ferreras <[email protected]>
1 parent aa31a55 commit cc0441b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

local-test-infra/local-pod-under-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ spec:
2424
- command: [ "/bin/bash", "-c", "echo 'logs' && tail -f /dev/null" ]
2525
image: quay.io/testnetworkfunction/cnf-test-partner:latest
2626
name: test
27+
ports:
28+
- name: "testport"
29+
containerPort: 8080
2730
resources:
2831
limits:
2932
memory: 512Mi

0 commit comments

Comments
 (0)