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
Copy file name to clipboardExpand all lines: docs/content/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
@@ -229,7 +229,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
229
229
|``controller.pod.annotations``| The annotations of the Ingress Controller pod. | {} |
230
230
|``controller.readyStatus.enable``| Enables the readiness endpoint `"/nginx-ready"`. The endpoint returns a success code when NGINX has loaded all the config after the startup. This also configures a readiness probe for the Ingress Controller pods that uses the readiness endpoint. | true |
231
231
|``controller.readyStatus.port``| The HTTP port for the readiness endpoint. | 8081 |
232
-
|``controller.readyStatus.initialDelaySeconds``|: The number of seconds after the Ingress Controller pod has started before readiness probes are initiated. | 0 |
232
+
|``controller.readyStatus.initialDelaySeconds``| The number of seconds after the Ingress Controller pod has started before readiness probes are initiated. | 0 |
233
233
|``controller.enableLatencyMetrics``| Enable collection of latency metrics for upstreams. Requires ``prometheus.create``. | false |
234
234
|``rbac.create``| Configures RBAC. | true |
235
235
|``prometheus.create``| Expose NGINX or NGINX Plus metrics in the Prometheus format. | false |
0 commit comments