fix(probes): http -> tcp (#56)

pull/60/head
Samuel Vaillant 4 years ago committed by GitHub
parent a5b4383297
commit b203b3be92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`

Loading…
Cancel
Save