Skip to content

Commit 698d197

Browse files
authored
Merge pull request #43743 from able8/patch-6
[zh] Correct initialDelaySeconds on code snippet of tcp-liveness-readiness.yaml
2 parents 9d00be9 + 7c6d472 commit 698d197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/examples/pods/probe/tcp-liveness-readiness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
readinessProbe:
1414
tcpSocket:
1515
port: 8080
16-
initialDelaySeconds: 5
16+
initialDelaySeconds: 15
1717
periodSeconds: 10
1818
livenessProbe:
1919
tcpSocket:

0 commit comments

Comments
 (0)