--- # Source: loki-stack/charts/prometheus/templates/pushgateway-service.yaml apiVersion: v1 kind: Service metadata: annotations: prometheus.io/probe: pushgateway labels: component: "pushgateway" app: prometheus release: loki chart: prometheus-9.3.1 heritage: Tiller name: loki-prometheus-pushgateway spec: ports: - name: http port: 9091 protocol: TCP targetPort: 9091 selector: component: "pushgateway" app: prometheus release: loki type: "ClusterIP"