Skip to content

Commit

Permalink
fix: jaeger on port 4317
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Dec 17, 2024
1 parent 7e2dc72 commit e101c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions base/monitoring/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 base/monitoring/jaeger/jaeger.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
protocol: TCP
- containerPort: 16686
protocol: TCP
- containerPort: 4320
- containerPort: 4317
protocol: TCP
- containerPort: 4321
protocol: TCP
Expand Down

0 comments on commit e101c76

Please sign in to comment.