Egress TLS origination port 443 must be HTTPS (#5049)

* Port 443 must be HTTPS

* Port 443 must be HTTPS
This commit is contained in:
Ryan Michela 2019-09-26 12:05:15 -04:00 committed by Frank Budinsky
parent 8b56c8c1c1
commit 351710d058
2 changed files with 4 additions and 4 deletions

View File

@ -151,8 +151,8 @@ Both of these issues can be resolved by configuring Istio to perform TLS origina
name: http-port
protocol: HTTP
- number: 443
name: http-port-for-tls-origination
protocol: HTTP
name: https-port-for-tls-origination
protocol: HTTPS
resolution: DNS
---
apiVersion: networking.istio.io/v1alpha3

View File

@ -120,8 +120,8 @@ $ kubectl delete serviceentry cnn
name: http-port
protocol: HTTP
- number: 443
name: http-port-for-tls-origination
protocol: HTTP
name: https-port-for-tls-origination
protocol: HTTPS
resolution: DNS
---
apiVersion: networking.istio.io/v1alpha3