Skip to content

Commit 713cd26

Browse files
Merge pull request #249953 from cachai2/probesUpdate
updateProbes
2 parents 90d8047 + 49721ba commit 713cd26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/health-probes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ The optional `failureThreshold` setting defines the number of attempts Container
166166
If ingress is enabled, the following default probes are automatically added to the main app container if none is defined for each type.
167167

168168
| Probe type | Default values |
169-
|---|---|
170-
| Startup | Protocol: TCP<br>Port: ingress target port<br>Timeout: 1 second<br>Period: 1 second<br>Initial delay: 1 second<br>Success threshold: 1<br>Failure threshold: `timeoutSeconds` |
171-
| Readiness | Protocol: TCP<br>Port: ingress target port<br>Timeout: 5 seconds<br>Period: 5 seconds<br>Initial delay: 3 seconds<br>Success threshold: 1<br>Failure threshold: `timeoutSeconds / 5` |
169+
| -- | -- |
170+
| Startup | Protocol: TCP<br>Port: ingress target port<br>Timeout: 3 seconds<br>Period: 1 second<br>Initial delay: 1 second<br>Success threshold: 1 second<br>Failure threshold: 240 seconds |
171+
| Readiness | Protocol: TCP<br>Port: ingress target port<br>Timeout: 5 seconds<br>Period: 5 seconds<br>Initial delay: 3 seconds<br>Success threshold: 1 second<br>Failure threshold: 48 seconds |
172172
| Liveness | Protocol: TCP<br>Port: ingress target port |
173173

174174
If your app takes an extended amount of time to start (which is common in Java) you often need to customize the probes so your container doesn't crash.

0 commit comments

Comments
 (0)