8000 Merge branch 'readiness-delay' of https://github.com/aknot242/kuberne… · nginx/kubernetes-ingress@2900bdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 2900bdd

Browse files
committed
Merge branch 'readiness-delay' of https://github.com/aknot242/kubernetes-ingress into readiness-delay
2 parents 7f4af2c + 1fa20ba commit 2900bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/installation/installation-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
229229
|``controller.pod.annotations`` | The annotations of the Ingress Controller pod. | {} |
230230
|``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 |
231231
|``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 |
233233
|``controller.enableLatencyMetrics`` | Enable collection of latency metrics for upstreams. Requires ``prometheus.create``. | false |
234234
|``rbac.create`` | Configures RBAC. | true |
235235
|``prometheus.create`` | Expose NGINX or NGINX Plus metrics in the Prometheus format. | false |

0 commit comments

Comments
 (0)
0