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
`prometheus.port` | Configures the port to scrape the metrics. | 9113
263
263
`prometheus.scheme` | Configures the HTTP scheme to use for connections to the Prometheus endpoint. | http
264
264
`prometheus.secret` | The namespace / name of a Kubernetes TLS Secret. If specified, this secret is used to secure the Prometheus endpoint with TLS connections. | ""
265
+
`serviceInsight.create` | Expose NGINX Plus Service Insight endpoint. | false
266
+
`serviceInsight.port` | Configures the port to expose endpoints. | 9114
267
+
`serviceInsight.scheme` | Configures the HTTP scheme to use for connections to the Service Insight endpoint. | http
268
+
`serviceInsight.secret` | The namespace / name of a Kubernetes TLS Secret. If specified, this secret is used to secure the Service Insight endpoint with TLS connections. | ""
265
269
`nginxServiceMesh.enable` | Enable integration with NGINX Service Mesh. See the NGINX Service Mesh [docs](https://docs.nginx.com/nginx-service-mesh/tutorials/kic/deploy-with-kic/) for more details. Requires `controller.nginxplus`. | false
266
270
`nginxServiceMesh.enableEgress` | Enable NGINX Service Mesh workloads to route egress traffic through the Ingress Controller. See the NGINX Service Mesh [docs](https://docs.nginx.com/nginx-service-mesh/tutorials/kic/deploy-with-kic/#enabling-egress) for more details. Requires `nginxServiceMesh.enable`. | false
Copy file name to clipboardExpand all lines: docs/content/installation/installation-with-helm.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,10 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
250
250
|``prometheus.port``| Configures the port to scrape the metrics. | 9113 |
251
251
|``prometheus.scheme``| Configures the HTTP scheme that requests must use to connect to the Prometheus endpoint. | http |
252
252
|``prometheus.secret``| Specifies the namespace/name of a Kubernetes TLS secret which can be used to establish a secure HTTPS connection with the Prometheus endpoint. | "" |
253
+
|``serviceInsight.create``| Expose NGINX Plus Service Insight endpoint. | false |
254
+
|``serviceInsight.port``| Configures the port to scrape the metrics. | 9114 |
255
+
|``serviceInsight.scheme``| Configures the HTTP scheme to use for connections to the Service Insight endpoint. | http |
256
+
|``serviceInsight.secret``| The namespace / name of a Kubernetes TLS Secret. If specified, this secret is used to secure the Service Insight endpoint with TLS connections. | "" |
0 commit comments