[zh]Update content/zh/examples/pods/probe/exec-liveness.yaml

pull/33368/head
wei.wang 2022-05-01 18:16:26 +08:00
parent a8cc362592
commit d640b30faa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ spec:
args:
- /bin/sh
- -c
- touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600
- touch /tmp/healthy; sleep 30; rm -f /tmp/healthy; sleep 600
livenessProbe:
exec:
command: