[zh]Update content/zh/examples/pods/probe/exec-liveness.yaml
parent
a8cc362592
commit
d640b30faa
|
@ -11,7 +11,7 @@ spec:
|
||||||
args:
|
args:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600
|
- touch /tmp/healthy; sleep 30; rm -f /tmp/healthy; sleep 600
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in New Issue