github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/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      chart: mixer-1.0.3
     8      release: istio
     9      istio: mixer
    10  spec:
    11    ports:
    12    - name: grpc-mixer
    13      port: 9091
    14    - name: grpc-mixer-mtls
    15      port: 15004
    16    - name: http-monitoring
    17      port: 9093
    18    - name: prometheus
    19      port: 42422
    20    selector:
    21      istio: mixer
    22      istio-mixer-type: telemetry