13 lines
463 B
YAML
13 lines
463 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
labels:
|
|
app: prometheus-operator
|
|
release: prometheus # Taken from https://cogarius.medium.com/3-3-complete-guide-to-ci-cd-pipelines-with-drone-io-on-kubernetes-drone-metrics-with-prometheus-c2668e42b03f
|
|
name: pi-temperature-monitoring
|
|
spec:
|
|
endpoints:
|
|
- port: prometheus
|
|
selector:
|
|
matchLabels:
|
|
{{- include "pi-temperature-monitoring.selectorLabels" . | nindent 4 }} |