Skip to content

Commit

Permalink
update #305, add grps and health port to jaeger collector service
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva kandasamy <jkandasa@redhat.com>
  • Loading branch information
jkandasa committed Mar 13, 2019
1 parent 9c61718 commit 389902b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/service/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ func NewCollectorService(jaeger *v1.Jaeger, selector map[string]string) *corev1.
Name: "zipkin",
Port: 9411,
},
{
Name: "grpc",
Port: 14250,
},
{
Name: "c-tchan-trft",
Port: 14267,
Expand Down
1 change: 1 addition & 0 deletions pkg/service/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func TestCollectorServiceNameAndPorts(t *testing.T) {

ports := map[int32]bool{
9411: false,
14250: false,
14267: false,
14268: false,
}
Expand Down

0 comments on commit 389902b

Please sign in to comment.