From b203b3be92e0e063b2eb662105abf65499741d46 Mon Sep 17 00:00:00 2001 From: Samuel Vaillant Date: Thu, 30 Jan 2020 04:53:59 +1300 Subject: [PATCH] fix(probes): http -> tcp (#56) --- 11-probes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11-probes/README.md b/11-probes/README.md index 74ed696..0367b69 100644 --- a/11-probes/README.md +++ b/11-probes/README.md @@ -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`