Skip to content

Commit

Permalink
Merge pull request #5 from archway-network/enable_metrics_hermes
Browse files Browse the repository at this point in the history
[INFRA-212] feat: enable telemetry container port on Hermes
  • Loading branch information
jlehtimaki authored Aug 15, 2023
2 parents d8786ea + 6d55488 commit c5d482b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/hermes-relayer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: hermes-relayer
name: hermes-relayer
description: A Helm chart for Kubernetes
type: application
version: 1.1.0
version: 1.2.0
appVersion: 1.5.1
2 changes: 2 additions & 0 deletions charts/hermes-relayer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ spec:
mountPath: /home/hermes/.hermes/keys
- name: configfile
mountPath: "/home/hermes/.hermes/"
ports:
- containerPort: 3001
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit c5d482b

Please sign in to comment.