pushgateway-service.yaml 527 B

1234567891011121314151617181920212223242526
  1. ---
  2. # Source: loki-stack/charts/prometheus/templates/pushgateway-service.yaml
  3. apiVersion: v1
  4. kind: Service
  5. metadata:
  6. annotations:
  7. prometheus.io/probe: pushgateway
  8. labels:
  9. component: "pushgateway"
  10. app: prometheus
  11. release: loki
  12. chart: prometheus-9.3.1
  13. heritage: Tiller
  14. name: loki-prometheus-pushgateway
  15. spec:
  16. ports:
  17. - name: http
  18. port: 9091
  19. protocol: TCP
  20. targetPort: 9091
  21. selector:
  22. component: "pushgateway"
  23. app: prometheus
  24. release: loki
  25. type: "ClusterIP"