github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/charts/pilot/templates/service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: istio-pilot
     5    namespace: {{ .Release.Namespace }}
     6    labels:
     7      app: istio-pilot
     8      chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     9      release: {{ .Release.Name }}
    10      heritage: {{ .Release.Service }}
    11  spec:
    12    ports:
    13    - port: 15010
    14      name: grpc-xds # direct
    15    - port: 15011
    16      name: https-xds # mTLS
    17    - port: 8080
    18      name: http-legacy-discovery # direct
    19    - port: 9093
    20      name: http-monitoring
    21    selector:
    22      istio: pilot