github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/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-1.0.3
     9      release: istio
    10      heritage: Tiller
    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: tcp-pilot-grpc-tls
    34        port: 15011
    35        targetPort: 15011
    36      -
    37        name: tcp-citadel-grpc-tls
    38        port: 8060
    39        targetPort: 8060
    40      -
    41        name: tcp-dns-tls
    42        port: 853
    43        targetPort: 853
    44      -
    45        name: http2-prometheus
    46        port: 15030
    47        targetPort: 15030
    48      -
    49        name: http2-grafana
    50        port: 15031
    51        targetPort: 15031