You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define a path in jaeger query, that path is used for the ingress in deployment strategy == production.
The same doesn't happen if you switch to deployment strategy == streaming.
What happened?
If you define a path in jaeger query, that path is used for the ingress in deployment strategy == production.
The same doesn't happen if you switch to deployment strategy == streaming.
https://github.com/jaegertracing/jaeger-operator/blob/v1.38.0/pkg/ingress/query.go#L86
Steps to reproduce
you'll see an ingress with a rule similar to this:
strategy: streaming
Now the ingress only has a default backend service:
Expected behavior
The ingress should not be different.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
1.38.0
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
kubernetes
Deployment configs
No response
The text was updated successfully, but these errors were encountered: