Skip to content

Commit

Permalink
Add http- prefix to collector service port names (#911)
Browse files Browse the repository at this point in the history
* Add http- prefix to collector service port names

Signed-off-by: Gary Brown <gary@brownuk.com>

* Remove tchannel prefix

Signed-off-by: Gary Brown <gary@brownuk.com>
  • Loading branch information
objectiser authored Feb 14, 2020
1 parent bce10b1 commit 9a106a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/service/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func collectorService(jaeger *v1.Jaeger, selector map[string]string) *corev1.Ser
ClusterIP: "",
Ports: []corev1.ServicePort{
{
Name: "zipkin",
Name: "http-zipkin",
Port: 9411,
},
{
Expand All @@ -77,7 +77,7 @@ func collectorService(jaeger *v1.Jaeger, selector map[string]string) *corev1.Ser
Port: 14267,
},
{
Name: "c-binary-trft",
Name: "http-c-binary-trft",
Port: 14268,
},
},
Expand Down

0 comments on commit 9a106a1

Please sign in to comment.