Skip to content

Commit

Permalink
Fix port variable for polkadot-introspector (#328)
Browse files Browse the repository at this point in the history
fix port variable for polkadot-introspector
  • Loading branch information
PierreBesson authored Feb 27, 2024
1 parent 7844b3f commit 4ae3e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-introspector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: polkadot-introspector
description: A Helm chart to deploy polkadot-introspector
type: application
version: 0.5.0
version: 0.5.1
appVersion: "1.0.0"
maintainers:
- name: Parity
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot-introspector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is intended behaviour. Make sure to run `git add -A` once again to stage ch

The helm chart installs the [Polkadot introspector](https://github.com/paritytech/polkadot-introspector).

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot-introspector/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "polkadot-introspector.labels" . | nindent 4 }}
spec:
endpoints:
- port: {{ .Values.service.portName }}
- port: {{ .Values.service.port }}
{{- with .Values.serviceMonitor.interval }}
interval: {{ . }}
{{- end }}
Expand Down

0 comments on commit 4ae3e74

Please sign in to comment.