Skip to content

Commit

Permalink
interbtc-parachain: add servicemonitor labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Nov 29, 2023
1 parent 54f8414 commit 0c4540f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/interbtc-parachain/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Helm chart for PolkaBTC

type: application
apiVersion: v2
version: 0.4.12
version: 0.4.13
appVersion: 2.0.0

home: https://interlay.io/
Expand Down
4 changes: 3 additions & 1 deletion charts/interbtc-parachain/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
targetLabels:
- parachain
endpoints:
- port: metrics
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/interbtc-parachain/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ spec:
{{- else }}
- name: {{ .Chart.Name }}-state
emptyDir: {}
{{- end }}
{{- end }}

0 comments on commit 0c4540f

Please sign in to comment.