26 lines
576 B
YAML
26 lines
576 B
YAML
---
|
|
# Source: cilium/charts/cilium/templates/cilium-operator/servicemonitor.yaml
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: cilium-operator
|
|
namespace: kube-system
|
|
labels:
|
|
app.kubernetes.io/part-of: cilium
|
|
app.kubernetes.io/name: cilium-operator
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
io.cilium/app: operator
|
|
name: cilium-operator
|
|
namespaceSelector:
|
|
matchNames:
|
|
- kube-system
|
|
endpoints:
|
|
- port: metrics
|
|
interval: "10s"
|
|
honorLabels: true
|
|
path: /metrics
|
|
targetLabels:
|
|
- io.cilium/app
|