Update nginx.go

fix typo
This commit is contained in:
TigerXu 2017-08-15 15:14:08 +08:00 committed by GitHub
parent 92b59fc8bf
commit 2af727a33e

View file

@ -464,7 +464,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
n.setupMonitor(defaultStatusModule)
}
// NGINX cannot resize the has tables used to store server names.
// NGINX cannot resize the hash tables used to store server names.
// For this reason we check if the defined size defined is correct
// for the FQDN defined in the ingress rules adjusting the value
// if is required.