Make references to files in examples links

This commit is contained in:
Paul Morie
2015-05-24 03:15:58 -04:00
parent 4292866c03
commit 95806ea68c
11 changed files with 32 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ echo ok > /tmp/health; sleep 10; rm -rf /tmp/health; sleep 600
so when Kubelet executes the health check 15 seconds (defined by initialDelaySeconds) after the container started, the check would fail.
The [http-liveness.yaml](./http-liveness.yaml) demonstrates the HTTP check.
The [http-liveness.yaml](http-liveness.yaml) demonstrates the HTTP check.
```
livenessProbe:
httpGet: