From 135d7afaf1ee3cffa031017082fdf20701100422 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Fri, 28 Apr 2023 05:25:41 +0200 Subject: [PATCH] quality improvements --- Istio/10-PeerAuthentication/02-portLevelMtls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Istio/10-PeerAuthentication/02-portLevelMtls/README.md b/Istio/10-PeerAuthentication/02-portLevelMtls/README.md index 255cfc0..0dfb971 100644 --- a/Istio/10-PeerAuthentication/02-portLevelMtls/README.md +++ b/Istio/10-PeerAuthentication/02-portLevelMtls/README.md @@ -20,7 +20,7 @@ Through this, we can apply multiple `mTLS` behaviors under a single deployment, ## Gateway -Listens for `HTTP` traffic without limiting to any host. +Listens for `HTTP` traffic at the port `80` without limiting to any host. ```yaml apiVersion: networking.istio.io/v1alpha3