Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fixes monitoring endpoint (#24)
Browse files Browse the repository at this point in the history
* fixes monitoring endpoint

Signed-off-by: Egor I <[email protected]>

* up chart version

Signed-off-by: Egor I <[email protected]>
  • Loading branch information
cheshi-mantu authored Aug 6, 2024
1 parent 6f6ef9c commit 5174c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: testops
version: 5.7.0
version: 5.7.1
appVersion: 5.7.0

description: TestOps
Expand Down
2 changes: 1 addition & 1 deletion charts/testops/templates/infra/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
version: v1
endpoints:
- port: http
path: "/management/prometheus"
path: "/api/management/prometheus"
interval: 10s
honorLabels: true
{{- end }}

0 comments on commit 5174c00

Please sign in to comment.