github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/charts/security/templates/service.yaml (about)

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