18 lines
366 B
YAML
18 lines
366 B
YAML
|
|
|
||
|
|
apiVersion: monitoring.coreos.com/v1
|
||
|
|
kind: PodMonitor
|
||
|
|
metadata:
|
||
|
|
name: haproxy
|
||
|
|
labels:
|
||
|
|
app: haproxy
|
||
|
|
release: monitoring
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
app.kubernetes.io/instance: haproxy-ingress
|
||
|
|
app.kubernetes.io/name: haproxy-ingress
|
||
|
|
namespaceSelector:
|
||
|
|
matchNames:
|
||
|
|
- ingress-controller
|
||
|
|
podMetricsEndpoints:
|
||
|
|
- port: exporter
|