Skip to content

Commit

Permalink
Add http- prefix to port names in collector and agent services
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Szwaj <[email protected]>
  • Loading branch information
cnvergence committed Apr 19, 2022
1 parent 06bcef6 commit f5dcc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/service/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewAgentService(jaeger *v1.Jaeger, selector map[string]string) *corev1.Serv
Protocol: corev1.ProtocolUDP,
},
{
Name: "config-rest",
Name: "http-config-rest",
Port: 5778,
},
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/service/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func collectorService(jaeger *v1.Jaeger, selector map[string]string) *corev1.Ser
Port: 14250,
},
{
Name: "c-tchan-trft",
Name: "http-c-tchan-trft",
Port: 14267,
},
{
Expand Down

0 comments on commit f5dcc97

Please sign in to comment.