github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/base/charts/prometheus/templates/service.yaml (about)

     1  ---
     2  # Source: istio/charts/prometheus/templates/service.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    name: prometheus
     7    namespace: default
     8    annotations:
     9      prometheus.io/scrape: 'true'
    10    labels:
    11      app: prometheus
    12      chart: prometheus
    13      heritage: Tiller
    14      release: istio
    15  spec:
    16    selector:
    17      app: prometheus
    18    ports:
    19    - name: http-prometheus
    20      protocol: TCP
    21      port: 9090