-
Notifications
You must be signed in to change notification settings - Fork 18
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
No option to create Ingress that points to 2 different ports in the Service #32
Comments
Uptrace has 2 ports: 14317 for OTLP/gRPC and 14318 for OTLP/HTTP & UI. You can change those 2 ports, but you can't have a 3rd port just for the UI. Does that help? |
I want both ports to be enabled. Is there a way to do it? |
I guess we're speaking about different things. Let's look at your fix so I can understand better.
Well, this is just proxying with port re-mapping so it should be possible in principle. But I am not sure if this chart allows that :) |
I'll create a PR ASAP, and we can talk about it |
So I've created a change, but I'm not able to push my branch. |
@keoren3 you're supposed to fork the repo and push your branch there: see GitHub documentation. |
I wanted to pass the traces through port 14317 (And 14317 in the backend), while still having the UI available in port 443 (And 14318 in the backend).
I couldn't find any way to do it since the backend-port is attached directly to the HTTP port for the service:
{{- $svcPort := .Values.service.http_port -}}
Am I missing anything?
If I'm not missing anything, I'll create a fix for this (Enable to override the svc port)
The text was updated successfully, but these errors were encountered: