microsoft / contosotraders-cloudtesting

The Contoso Traders app is a sample application showcasing Playwright, Azure Load Testing, Azure Chaos Studio.
https://cloudtesting.contosotraders.com
MIT License
157 stars 311 forks source link

Warning: path /(.*) cannot be used with pathType Prefix #257

Closed MarcusFelling closed 1 year ago

MarcusFelling commented 1 year ago

Describe the bug Fix GitHub Action Warning: Warning: path /(.*) cannot be used with pathType Prefix

To Reproduce Example: https://github.com/microsoft/contosotraders-cloudtesting/actions/runs/5147171216/jobs/9267224090#step:52:164

Screenshots image

jerzy-wachowiak commented 12 months ago

Solution: https://github.com/kubernetes/ingress-nginx/issues/10200#issuecomment-1673141202

Switching from PathPrefix to ImplementationSpecific for any path failing the validation makes the warnings go away for me.