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

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: istio-telemetry
     5    namespace: default
     6    labels:
     7      app: mixer
     8      chart: mixer
     9      heritage: Tiller
    10      release: istio
    11      istio: mixer
    12  spec:
    13    ports:
    14    - name: grpc-mixer
    15      port: 9091
    16    - name: grpc-mixer-mtls
    17      port: 15004
    18    - name: http-monitoring
    19      port: 9093
    20    - name: prometheus
    21      port: 42422
    22    selector:
    23      istio: mixer
    24      istio-mixer-type: telemetry