Update nginx.go

fix typo
This commit is contained in:
TigerXu 2017-08-15 15:14:08 +08:00 committed by GitHub
parent 07b15816c5
commit bc1445341c

View file

@ -464,7 +464,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
n.setupMonitor(defaultStatusModule) 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 this reason we check if the defined size defined is correct
// for the FQDN defined in the ingress rules adjusting the value // for the FQDN defined in the ingress rules adjusting the value
// if is required. // if is required.