27 lines
531 B
YAML
27 lines
531 B
YAML
|
---
|
||
|
# 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.5
|
||
|
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"
|