bump the gke-cert-controller wokers to match it's qps

This commit is contained in:
Mike Danese 2017-06-21 19:08:14 +02:00
parent 9139666704
commit a92eba7be9

View File

@ -87,6 +87,6 @@ func Run(s *GKECertificatesController) error {
}
sharedInformers.Start(nil)
controller.Run(1, nil) // runs forever
return nil
controller.Run(5, nil) // runs forever
panic("unreachable")
}