github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/base/charts/gateways/templates/Service-istio-ingressgateway.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: istio-ingressgateway
     5    namespace: default
     6    annotations:
     7    labels:
     8      chart: gateways
     9      heritage: Tiller
    10      release: istio
    11      app: istio-ingressgateway
    12      istio: ingressgateway
    13  spec:
    14    type: LoadBalancer
    15    selector:
    16      app: istio-ingressgateway
    17      istio: ingressgateway
    18    ports:
    19      -
    20        name: http2
    21        nodePort: 31380
    22        port: 80
    23        targetPort: 80
    24      -
    25        name: https
    26        nodePort: 31390
    27        port: 443
    28      -
    29        name: tcp
    30        nodePort: 31400
    31        port: 31400
    32      -
    33        name: http-kiali
    34        port: 15029
    35        targetPort: 15029
    36      -
    37        name: http2-prometheus
    38        port: 15030
    39        targetPort: 15030
    40      -
    41        name: http2-grafana
    42        port: 15031
    43        targetPort: 15031
    44      -
    45        name: http2-tracing
    46        port: 15032
    47        targetPort: 15032