Skip to content

Commit

Permalink
fix: jaeger port on 4317
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Dec 17, 2024
1 parent dcecdbe commit c89e37f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit c89e37f

Please sign in to comment.