Skip to content

Commit

Permalink
Init Ingress labeled metrics on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Marrero authored and Rulox committed Oct 24, 2019
1 parent 3279a13 commit 71f79b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/k8s/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ func NewLoadBalancerController(input NewLoadBalancerControllerInput) *LoadBalanc
lbc.addLeaderHandler(createLeaderHandler(lbc))
}

lbc.updateIngressMetrics()

return lbc
}

Expand Down

0 comments on commit 71f79b9

Please sign in to comment.