apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: coolstore-gateway spec: selector: istio: ingressgateway servers: - port: number: 443 name: https-webapp protocol: HTTPS tls: mode: SIMPLE credentialName: webapp-credential hosts: - "webapp.istioinaction.io" - port: number: 443 name: https-catalog protocol: HTTPS tls: mode: SIMPLE credentialName: catalog-credential hosts: - "catalog.istioinaction.io"