github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/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      name: prometheus
    12  spec:
    13    selector:
    14      app: prometheus
    15    ports:
    16    - name: http-prometheus
    17      protocol: TCP
    18      port: 9090