Skip to content

Commit

Permalink
chore: fix servicemonitor selector
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokiefer committed Mar 19, 2021
1 parent 1474d2c commit f18675e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/conntrack-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: 0.6.0
description: Prometheus Conntrack Exporter
name: conntrack-exporter
version: 0.1.4
version: 0.1.5
1 change: 0 additions & 1 deletion charts/conntrack-exporter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ spec:
selector:
matchLabels:
app: {{ template "conntrack-exporter.name" . }}
release: {{ .Release.Name }}
endpoints:
- port: http-metrics
scheme: {{ $.Values.serviceMonitor.scheme }}
Expand Down

0 comments on commit f18675e

Please sign in to comment.