This commit is contained in:
sarawukl 2019-10-03 16:14:22 +07:00
parent 67f4216fd4
commit 17d252c99b
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`