redhat-buildpacks / testing

Project aiming to help us to perform e2e tests using Buildpacks
Apache License 2.0
0 stars 3 forks source link

pod referenced within the route is not correct #24

Closed cmoulliard closed 1 year ago

cmoulliard commented 1 year ago

Issue

The link of the route - http://quarkus-hello6xgg-cmoullia-tenant.apps.stone-prd-m01.84db.p1.openshiftapps.com/ provided under the component screen do not point to the correct pod as quarkus-hello6xgg-cmoullia-tenant should be quarkus-hello-8c5cd99c8-... Surprisingly the log of the pod (see screenshot) is coming from the proper one !

Slack discussion: https://redhat-internal.slack.com/archives/C02CTEB3MMF/p1691420337947449

Important: I suspect that this problem comes from the fact that 2 pipelines have been configured for this component; the customized and the default.

How to reproduce

See the RHTAP instructions of README.adoc file

Screenshots

Screenshot 2023-08-07 at 16 58 25 Screenshot 2023-08-07 at 17 55 21 Screenshot 2023-08-07 at 16 55 07 Screenshot 2023-08-07 at 17 58 06
cmoulliard commented 1 year ago

Fixed. Issue was relate to wrong targetPort declared : 8081 -> 8080