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