apiVersion: v1 kind: Service metadata: name: istio-ingress labels: istio: ingress spec: type: LoadBalancer ports: - port: 80 name: http - port: 443 name: https selector: istio: ingress