Skip to content

Commit

Permalink
add container port and name for collector deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Pranoy Kundu <[email protected]>
  • Loading branch information
pranoyk committed Aug 8, 2023
1 parent 75dcc0e commit 61de93b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/deployment/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ func (c *Collector) Get() *appsv1.Deployment {
}

ports := []corev1.ContainerPort{
{
ContainerPort: 16686,
Name: "collector",
},
{
ContainerPort: 9411,
Name: "zipkin",
Expand Down

0 comments on commit 61de93b

Please sign in to comment.