apiVersion: v1 kind: Service metadata: name: istio-ingressgateway namespace: istio-ingress spec: type: NodePort externalTrafficPolicy: Local selector: istio: istio-ingressgateway ports: - name: status-port port: 15021 targetPort: 15021 nodePort: 31021 - name: http2 port: 80 targetPort: 80 nodePort: 30080 - name: https port: 443 targetPort: 443 nodePort: 30443