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
Thanks for the PR @iblancasa, looks good.
I'm not sure how to replace openshift's jaeger deployment with a custom-built one from this PR yet. Once I do, I'll let you know :)
What happened?
According the Jaeger CRD, and the PR merged in
#749
it should be possible to set dynamic hostnames for the ingress resource.
On openshift, this is not the case: the hostname of the route is always a composite of the jaeger instance name and the namespace it is deployed into.
See https://github.com/jaegertracing/jaeger-operator/blob/main/pkg/route/query.go#L48
Could you please enhance jaeger-operator to respect the hosts: / tls[].hosts lists?
Thank you!
Steps to reproduce
Deploy jaeger operator and configure instance like so:
You can use any FQDN instead of
{{ .Values.jaeger.hostname }}
, as per theroute/query.go
configuration it will be ignored anyway.Expected behavior
Ingress route is created with FQDN specified in the ingress.hosts / ingress.tls.hosts values.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.47.0-2 (RH/Openshift edition)
SDK
No response
Pipeline
No response
Stogage backend
ElasticSearch
Operating system
Openshift / RHEL
Deployment model
k8s
Deployment configs
No response
The text was updated successfully, but these errors were encountered: