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

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