diff --git a/articles/control-center/getting-started/configure-installation.adoc b/articles/control-center/getting-started/configure-installation.adoc index 630cf8578c..7582ded129 100644 --- a/articles/control-center/getting-started/configure-installation.adoc +++ b/articles/control-center/getting-started/configure-installation.adoc @@ -95,7 +95,7 @@ pass:[] | livenessProbe.pass:[]httpGet.pass:[]port | No | `http` | The port to use for the liveness probe. -| livenessProbe.pass:[]initialDelaySeconds | No | 30 | The initial delay in seconds for the liveness probe. +| livenessProbe.pass:[]initialDelaySeconds | No | 0 | The initial delay in seconds for the liveness probe. | livenessProbe.pass:[]failureThreshold | No | 3 | The failure threshold for the liveness probe. If the probe fails this many times, the container is restarted. @@ -103,7 +103,7 @@ pass:[] | readinessProbe.pass:[]httpGet.pass:[]port | No | `http` | The port to use for the readiness probe. -| readinessProbe.pass:[]initialDelaySeconds | No | 30 | The initial delay in seconds for the readiness probe. +| readinessProbe.pass:[]initialDelaySeconds | No | 0 | The initial delay in seconds for the readiness probe. | readinessProbe.pass:[]failureThreshold | No | 3 | The failure threshold for the readiness probe.