Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
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