fix(probes): http -> tcp

This commit is contained in:
Samuel Vaillant 2019-11-08 17:11:05 +01:00 committed by Jawad Seddar
parent a5b4383297
commit 954cbb0dd8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ livenessProbe:
periodSeconds: 20
```
The `http` probe has one mandatory fields `port`. It represents which TCP port Kubernetes will try to connect to.
The `tcp` probe has one mandatory fields `port`. It represents which TCP port Kubernetes will try to connect to.
### `initialDelaySeconds` and `periodSeconds`