Skip to content

Commit

Permalink
Fix oracle servicemonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Sep 14, 2024
1 parent eb054b2 commit be16611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-oracle-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-oracle-provider
description: Oracle provider that uses Kamu Node to supply data to blockchain smart contracts
type: application
version: 0.37.1
version: 0.37.2
appVersion: "0.37.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
6 changes: 3 additions & 3 deletions charts/kamu-oracle-provider/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "kamu-api-server.fullname" . }}
name: {{ include "kamu-oracle-provider.fullname" . }}
labels:
{{- include "kamu-api-server.labels" . | nindent 4 }}
{{- include "kamu-oracle-provider.labels" . | nindent 4 }}
spec:
selector:
matchLabels:
{{- include "kamu-api-server.selectorLabels" . | nindent 6 }}
{{- include "kamu-oracle-provider.selectorLabels" . | nindent 6 }}
endpoints:
- interval: 15s
path: /system/metrics
Expand Down

0 comments on commit be16611

Please sign in to comment.