Merge pull request #43743 from able8/patch-6

[zh] Correct initialDelaySeconds on code snippet of  tcp-liveness-readiness.yaml
pull/43755/head
Kubernetes Prow Robot 2023-10-31 01:55:56 +01:00 committed by GitHub
commit 698d1972fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ spec:
readinessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 5
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
tcpSocket: