netflux-kubernetes/deploy/base/inflated/prometheus/templates/pushgateway/service.yaml

27 lines
531 B
YAML
Raw Normal View History

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
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"