Skip to content

Commit

Permalink
interbtc-parachain: add metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Mar 12, 2022
1 parent fb2570d commit 1b4878d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.3.0
version: 0.3.1
appVersion: 2.0.0

home: https://interlay.io/
Expand Down
2 changes: 2 additions & 0 deletions charts/interbtc-parachain/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ spec:
containerPort: 9933
- name: websocket-rpc
containerPort: 9944
- name: metrics
containerPort: 9615
{{- if .Values.livenessProbe }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
Expand Down

0 comments on commit 1b4878d

Please sign in to comment.