Add portName information to how it works-guide

This commit is contained in:
Trond Nordheim
2019-03-21 12:41:44 +01:00
parent f5b97fbb74
commit 1f9f93ebe4
+4
View File
@@ -33,6 +33,8 @@ spec:
service:
# container port
port: 9898
# service port name (optional, will default to "http")
portName: http-podinfo
# Istio gateways (optional)
gateways:
- public-gateway.istio-system.svc.cluster.local
@@ -115,6 +117,8 @@ spec:
service:
# container port
port: 9898
# service port name (optional, will default to "http")
portName: http-frontend
# Istio gateways (optional)
gateways:
- public-gateway.istio-system.svc.cluster.local