Skip to content

Commit

Permalink
Fix the docs for nginxReloadTimeout cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Jul 11, 2022
1 parent ca070fc commit a176b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Enable support for NGINX Plus.

Timeout in milliseconds which the Ingress Controller will wait for a successful NGINX reload after a change or at the initial start.

Default is 4000. Default is 20000 instead if `enable-app-protect` is true.
Default is 60000.
 
<a name="cmdoption-nginx-status"></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/content/installation/installation-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
|``controller.name`` | The name of the Ingress Controller daemonset or deployment. | Autogenerated |
|``controller.kind`` | The kind of the Ingress Controller installation - deployment or daemonset. | deployment |
|``controller.nginxplus`` | Deploys the Ingress Controller for NGINX Plus. | false |
|``controller.nginxReloadTimeout`` | The timeout in milliseconds which the Ingress Controller will wait for a successful NGINX reload after a change or at the initial start. The default is 4000 (or 20000 if `controller.appprotect.enable` is true). If set to 0, the default value will be used. | 0 |
|``controller.nginxReloadTimeout`` | The timeout in milliseconds which the Ingress Controller will wait for a successful NGINX reload after a change or at the initial start. | 60000 |
|``controller.appprotect.enable`` | Enables the App Protect module in the Ingress Controller. | false |
|``controller.appprotectdos.enable`` | Enables the App Protect DoS module in the Ingress Controller. | false |
|``controller.appprotectdos.debug`` | Enables App Protect DoS debug logs. | false |
Expand Down

0 comments on commit a176b2d

Please sign in to comment.