jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
265 stars 340 forks source link

[Feature]: allow to specify `pathType` for the ingress #423

Closed omerlh closed 1 year ago

omerlh commented 1 year ago

Requirement

Using Jaeger query UI with AWS ALB ingress

Problem

When using ALB ingress, pathType must be Prefix, otherwise the UI is not working.

Proposal

Add a way in the values.yaml to specify the pathType

Open questions

No response