Skip to content

Commit e101c76

Browse files
fix: jaeger on port 4317
1 parent 7e2dc72 commit e101c76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base/monitoring/jaeger/jaeger-collector.Service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ spec:
1919
protocol: TCP
2020
targetPort: 4321
2121
- name: jaeger-collector-grpc
22-
port: 4320
22+
port: 4317
2323
protocol: TCP
24-
targetPort: 4320
24+
targetPort: 4317
2525
selector:
2626
app.kubernetes.io/name: jaeger
2727
app.kubernetes.io/component: all-in-one

base/monitoring/jaeger/jaeger.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
protocol: TCP
4444
- containerPort: 16686
4545
protocol: TCP
46-
- containerPort: 4320
46+
- containerPort: 4317
4747
protocol: TCP
4848
- containerPort: 4321
4949
protocol: TCP

0 commit comments

Comments
 (0)