2022-05-11 01:10:22 +00:00
|
|
|
---
|
|
|
|
# Source: prometheus/templates/pushgateway/service.yaml
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
prometheus.io/probe: pushgateway
|
|
|
|
labels:
|
|
|
|
component: "pushgateway"
|
|
|
|
app: prometheus
|
|
|
|
release: prometheus
|
2022-11-08 18:06:22 +00:00
|
|
|
chart: prometheus-15.8.6
|
2022-05-11 01:10:22 +00:00
|
|
|
heritage: Helm
|
|
|
|
name: prometheus-pushgateway
|
|
|
|
namespace: default
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: http
|
|
|
|
port: 9091
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 9091
|
|
|
|
selector:
|
|
|
|
component: "pushgateway"
|
|
|
|
app: prometheus
|
|
|
|
release: prometheus
|
|
|
|
type: "ClusterIP"
|