Skip to content
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

fix: jaeger port on 4317 #4400

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions overlays/jaeger/jaeger-collector.Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
protocol: TCP
targetPort: 4321
- name: jaeger-collector-grpc
port: 4320
port: 4317
protocol: TCP
targetPort: 4320
targetPort: 4317
selector:
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one
Expand Down
2 changes: 1 addition & 1 deletion overlays/jaeger/jaeger.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
protocol: TCP
- containerPort: 14250
protocol: TCP
- containerPort: 4320
- containerPort: 4317
protocol: TCP
- containerPort: 4321
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion overlays/jaeger/otel-collector.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
- name: JAEGER_HOST
value: jaeger-collector
- name: JAEGER_OTLP_GRPC_PORT
value: 4320
value: 4317
- name: JAEGER_OTLP_HTTP_PORT
value: 4321
Loading