enable dynamic backend configuration by default

This commit is contained in:
Elvin Efendi 2018-07-16 20:55:29 -04:00
parent d26357734e
commit 8a67ace5c3
6 changed files with 10 additions and 10 deletions

View file

@ -143,7 +143,7 @@ extension for this to succeed.`)
`Customized address to set as the load-balancer status of Ingress objects this controller satisfies.
Requires the update-status parameter.`)
dynamicConfigurationEnabled = flags.Bool("enable-dynamic-configuration", false,
dynamicConfigurationEnabled = flags.Bool("enable-dynamic-configuration", true,
`Dynamically refresh backends on topology changes instead of reloading NGINX.
Feature backed by OpenResty Lua libraries.`)