We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9588502 commit 283c031Copy full SHA for 283c031
probes_exec_liveness.yml
@@ -25,8 +25,8 @@ spec:
25
livenessProbe:
26
exec:
27
command:
28
- - cat
29
- - /tmp/healthy
+ - cat
+ - /tmp/healthy
30
initialDelaySeconds: 5
31
failureThreshold: 2
32
periodSeconds: 1
probes_exec_readiness.yml
readinessProbe:
- - /tmp/ready
+ - /tmp/ready
0 commit comments