Skip to content

Commit

Permalink
Added containerPort to test pods' container. (#59) (#60)
Browse files Browse the repository at this point in the history
Added so HOST_PORT_CHECK can have a positive pass when ports are
declared.

Co-authored-by: Gonzalo Reyero Ferreras <[email protected]>
  • Loading branch information
jc-rh and greyerof authored Nov 15, 2021
1 parent aa31a55 commit cc0441b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local-test-infra/local-pod-under-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
- command: [ "/bin/bash", "-c", "echo 'logs' && tail -f /dev/null" ]
image: quay.io/testnetworkfunction/cnf-test-partner:latest
name: test
ports:
- name: "testport"
containerPort: 8080
resources:
limits:
memory: 512Mi
Expand Down

0 comments on commit cc0441b

Please sign in to comment.