github.com/replicatedcom/ship@v0.50.0/integration/init/istio/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: pilot
    10      chart: pilot
    11      heritage: Tiller
    12      release: istio
    13      istio: pilot
    14  spec:
    15    ports:
    16    - port: 15010
    17      name: grpc-xds # direct
    18    - port: 15011
    19      name: https-xds # mTLS
    20    - port: 8080
    21      name: http-legacy-discovery # direct
    22    - port: 9093
    23      name: http-monitoring
    24    selector:
    25      istio: pilot