Skip to content
Snippets Groups Projects
Commit df53ba94 authored by Benedikt Wetzel's avatar Benedikt Wetzel Committed by Sören Henning
Browse files

Create kafka service-monitor if kafka is enabled

parent 0e34dcc2
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
{{- if .Values.kafkaClient.enabled -}}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
......@@ -11,4 +12,5 @@ spec:
app: cp-kafka
endpoints:
- port: metrics
interval: 7s
\ No newline at end of file
interval: 7s
{{- end}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment