Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the docs for nginxReloadTimeout cli arg #2835

Merged
merged 1 commit into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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