Skip to content

Commit

Permalink
Change default probe initial delays to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVaadin committed Dec 17, 2024
1 parent 2a1ca97 commit 1a2b750
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ pass:[<!-- vale Vale.Spelling = YES -->]

| livenessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the liveness probe.

| livenessProbe.pass:[<wbr>]initialDelaySeconds | No | 30 | The initial delay in seconds for the liveness probe.
| livenessProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the liveness probe.

| livenessProbe.pass:[<wbr>]failureThreshold | No | 3 | The failure threshold for the liveness probe. If the probe fails this many times, the container is restarted.

| readinessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]path | No | /actuator/pass:[<wbr>]health/pass:[<wbr>]readiness | The path to use for the readiness probe for the Control Center application.

| readinessProbe.pass:[<wbr>]httpGet.pass:[<wbr>]port | No | `http` | The port to use for the readiness probe.

| readinessProbe.pass:[<wbr>]initialDelaySeconds | No | 30 | The initial delay in seconds for the readiness probe.
| readinessProbe.pass:[<wbr>]initialDelaySeconds | No | 0 | The initial delay in seconds for the readiness probe.

| readinessProbe.pass:[<wbr>]failureThreshold | No | 3 | The failure threshold for the readiness probe.

Expand Down

0 comments on commit 1a2b750

Please sign in to comment.