From 11e68b3733f185aaf5aa0550a306aea8988f572f Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 16 Jul 2018 11:00:46 -0700 Subject: [PATCH] istio-manifests: add portnames to serviceentry Signed-off-by: Ahmet Alp Balkan --- istio-manifests/whitelist-egress-googleapis.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/istio-manifests/whitelist-egress-googleapis.yaml b/istio-manifests/whitelist-egress-googleapis.yaml index 8aa1ea2..cb44fc1 100644 --- a/istio-manifests/whitelist-egress-googleapis.yaml +++ b/istio-manifests/whitelist-egress-googleapis.yaml @@ -12,5 +12,7 @@ spec: ports: - number: 80 protocol: HTTP + name: http - number: 443 protocol: HTTPS + name: https