github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/security/templates/service.yaml (about)

     1  ---
     2  # Source: istio/charts/security/templates/service.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    # we use the normal name here (e.g. 'prometheus')
     7    # as grafana is configured to use this as a data source
     8    name: istio-citadel
     9    namespace: default
    10    labels:
    11      app: istio-citadel
    12  spec:
    13    ports:
    14      - name: grpc-citadel
    15        port: 8060
    16        targetPort: 8060
    17        protocol: TCP
    18      - name: http-monitoring
    19        port: 9093
    20    selector:
    21      istio: citadel