Skip to content

Commit e79c05d

Browse files
bug: fix metrics endpoint (#129)
1 parent 29bf231 commit e79c05d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/fuel-block-committer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.9.0
18+
version: 0.9.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/fuel-block-committer/templates/servicemonitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ spec:
1010
matchLabels:
1111
{{- include "fuel-block-committer.labels" . | nindent 4 }}
1212
endpoints:
13-
- path: /api/metrics
13+
- path: /metrics
1414
port: http
15-
{{- end }}
15+
{{- end }}

0 commit comments

Comments
 (0)