Skip to content

Commit

Permalink
Merge pull request #95 from William-LP/patch-1
Browse files Browse the repository at this point in the history
[charts/metabase] : Fixing servicemonitor according to prometheus and k8s spec
  • Loading branch information
pmint93 authored Jan 7, 2024
2 parents a6136f2 + 3ed70a2 commit 108a277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 2.10.4
version: 2.10.5
appVersion: v0.47.2
maintainers:
- name: pmint93
Expand Down
5 changes: 3 additions & 2 deletions charts/metabase/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ metadata:
heritage: {{ .Release.Service }}
spec:
selector:
app: {{ template "metabase.name" . }}
release: {{ .Release.Name }}
matchLabels:
app: {{ template "metabase.name" . }}
release: {{ .Release.Name }}
endpoints:
- path: /metrics
port: metrics
Expand Down

0 comments on commit 108a277

Please sign in to comment.