Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
b3355622
Commit
b3355622
authored
4 years ago
by
Benedikt Wetzel
Committed by
Sören Henning
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Create kafka service-monitor if kafka is enabled
parent
3ff1acbe
No related branches found
No related tags found
1 merge request
!60
Introduce a Theodolite Helm chart for deploying all dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/helm/theodolite-chart/templates/service-monitor.yaml
+3
-1
3 additions, 1 deletion
...tion/helm/theodolite-chart/templates/service-monitor.yaml
with
3 additions
and
1 deletion
execution/helm/theodolite-chart/templates/service-monitor.yaml
+
3
−
1
View file @
b3355622
{{
- if .Values.kafkaClient.enabled -
}}
apiVersion
:
monitoring.coreos.com/v1
apiVersion
:
monitoring.coreos.com/v1
kind
:
ServiceMonitor
kind
:
ServiceMonitor
metadata
:
metadata
:
...
@@ -11,4 +12,5 @@ spec:
...
@@ -11,4 +12,5 @@ spec:
app
:
cp-kafka
app
:
cp-kafka
endpoints
:
endpoints
:
-
port
:
metrics
-
port
:
metrics
interval
:
7s
interval
:
7s
\ No newline at end of file
{{
- end
}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment