github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/pilot/templates/service.yaml (about)

     1  ---
     2  # Source: istio/charts/pilot/templates/service.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    name: istio-pilot
     7    namespace: default
     8    labels:
     9      app: istio-pilot
    10      chart: pilot-1.0.3
    11      release: istio
    12      heritage: Tiller
    13  spec:
    14    ports:
    15    - port: 15010
    16      name: grpc-xds # direct
    17    - port: 15011
    18      name: https-xds # mTLS
    19    - port: 8080
    20      name: http-legacy-discovery # direct
    21    - port: 9093
    22      name: http-monitoring
    23    selector:
    24      istio: pilot