Skip to content

Commit b203b3b

Browse files
authored
fix(probes): http -> tcp (#56)
1 parent a5b4383 commit b203b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11-probes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ livenessProbe:
7373
periodSeconds: 20
7474
```
7575

76-
The `http` probe has one mandatory fields `port`. It represents which TCP port Kubernetes will try to connect to.
76+
The `tcp` probe has one mandatory fields `port`. It represents which TCP port Kubernetes will try to connect to.
7777

7878
### `initialDelaySeconds` and `periodSeconds`
7979

0 commit comments

Comments
 (0)