Istio 入口网关如何使用多个端口字段选项编号与单个主机名 IP 地址。
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: my-gateway
spec:
selector:
istio: ingressgateway
servers:
- port:
name: nginx
port: 80
protocol: TCP
hosts:
- "https://ip-address1"
- port:
name: nodejs
port: 449
protocol: TCP
hosts:
- "https://ip-address1"