-
Notifications
You must be signed in to change notification settings - Fork 357
[jaeger] Fix #700 and AIO ingress bugs #701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…nd fix other AIO bugs (jaegertracing#700) Update ingress yamls to remove unsupported supportsIngressClassname and fix other AIO bugs - [X] [DCO](https://github.com/jaegertracing/helm-charts/blob/main/CONTRIBUTING.md#sign-off-your-work) signed - [X] Commits are [GPG signed](https://docs.github.com/en/github/authenticating-to-github/about-commit-signature-verification) - [X] Chart Version bumped - [X] Title of the PR starts with chart name (`[jaeger]` or `[jaeger-operator]`) (NOT NEEDED) - [X] README.md has been updated to match version/contain new values Signed-off-by: Greg Olmstead <[email protected]>
Signed-off-by: Greg Olmstead <[email protected]>
| - path: / | ||
| pathType: {{ default "ImplementationSpecific" $.Values.allInOne.ingress.pathType }} | ||
| backend: {{- include "common.ingress.backend" (dict "serviceName" (include "jaeger.query.name" $) "servicePort" 16686 "context" $) | nindent 14 }} | ||
| backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-query" (include "jaeger.fullname" $)) "servicePort" 16686 "context" $) | nindent 14 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danish9039 does this change look right to you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lifted this from https://github.com/jaegertracing/helm-charts/blob/main/charts/jaeger/templates/allinone-query-svc.yaml#L5 since that's the service it should be referencing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yurishkuro these changes are correct , i have tested in local cluster , we can merge this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maynardflies Thanks for the PR !
Update ingress yamls to remove unsupported supportsIngressClassname and fix other AIO bugs (resolves #700)
What this PR does
Update ingress yamls to remove unsupported supportsIngressClassname and fix other AIO bugs
Checklist
signed
signed
[jaeger]or[jaeger-operator])