github.com/replicatedcom/ship@v0.50.0/integration/init/istio/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: security
    12      chart: security
    13      heritage: Tiller
    14      release: istio
    15      istio: citadel
    16  spec:
    17    ports:
    18      - name: grpc-citadel
    19        port: 8060
    20        targetPort: 8060
    21        protocol: TCP
    22      - name: http-monitoring
    23        port: 9093
    24    selector:
    25      istio: citadel