You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`controller.globalConfiguration.spec` | The spec of the GlobalConfiguration for defining the global configuration parameters of the Ingress Controller. | {}
`controller.enableSnippets` | Enable custom NGINX configuration snippets in VirtualServer, VirtualServerRoute and TransportServer resources. | false
178
178
`controller.healthStatus` | Add a location "/nginx-health" to the default server. The location responds with the 200 status code for any request. Useful for external health-checking of the Ingress controller. | false
179
179
`controller.healthStatusURI` | Sets the URI of health status location in the default server. Requires `controller.healthStatus`. | "/nginx-health"
180
180
`controller.nginxStatus.enable` | Enable the NGINX stub_status, or the NGINX Plus API. | true
Copy file name to clipboardExpand all lines: docs-web/installation/installation-with-helm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ The following tables lists the configurable parameters of the NGINX Ingress cont
251
251
- The spec of the GlobalConfiguration for defining the global configuration parameters of the Ingress Controller.
252
252
- {}
253
253
* - ``controller.enableSnippets``
254
-
- Enable custom NGINX configuration snippets in VirtualServerand VirtualServerRoute resources.
254
+
- Enable custom NGINX configuration snippets in VirtualServer, VirtualServerRoute and TransportServer resources.
255
255
- false
256
256
* - ``controller.healthStatus``
257
257
- Add a location "/nginx-health" to the default server. The location responds with the 200 status code for any request. Useful for external health-checking of the Ingress controller.
0 commit comments