Merge pull request #43743 from able8/patch-6
[zh] Correct initialDelaySeconds on code snippet of tcp-liveness-readiness.yamlpull/43755/head
commit
698d1972fc
|
@ -13,7 +13,7 @@ spec:
|
|||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 10
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
|
|
Loading…
Reference in New Issue