Added monitors for cilium

This commit is contained in:
Jim Martens 2023-11-15 13:45:01 +01:00
parent 9883e70f3e
commit 05ffd31949
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: cilium-operator
namespace: {{ .Release.Namespace }}
labels:
{{- include "template.labels" . | nindent 4 }}
spec:
podMetricsEndpoints:
- port: 9963
selector:
matchLabels:
app.kubernetes.io/name: cilium-operator
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: cilium-agent
namespace: {{ .Release.Namespace }}
labels:
{{- include "template.labels" . | nindent 4 }}
spec:
endpoints:
- port: 9964
selector:
matchLabels:
app.kubernetes.io/name: cilium-agent
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: hubble-metrics
namespace: {{ .Release.Namespace }}
labels:
{{- include "template.labels" . | nindent 4 }}
spec:
endpoints:
- port: 9965
selector:
matchLabels:
app.kubernetes.io/name: hubble