Skip to content

Commit

Permalink
BUG: remove unnecessary reload from handleDefaultService
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmatmati authored and oktalz committed Jan 24, 2024
1 parent f35ac19 commit cc6be55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ func (c *HAProxyController) handleDefaultService() {
if err != nil {
logger.Errorf("default service: %s", err)
}
instance.Reload("default service created")
}

func populateDefaultLocalBackendResources(k8sStore store.K8s, podNs string, defaultBackendPort int) error {
Expand Down

0 comments on commit cc6be55

Please sign in to comment.