Skip to content

Commit

Permalink
[geth] add metrics arg if collection is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Oct 10, 2023
1 parent c48c0b3 commit 106b153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dysnix/geth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: geth
description: Go-ethereum blockchain node Helm Chart

version: 1.0.7
version: 1.0.8
appVersion: v1.13.1

keywords:
Expand Down
1 change: 1 addition & 0 deletions dysnix/geth/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ spec:
- --log.vmodule={{ join "," . }}
{{- end }}
{{- if .Values.config.metrics.enabled }}
- --metrics
- --pprof
- --pprof.addr=0.0.0.0
- --pprof.port={{ .Values.config.metrics.port }}
Expand Down

0 comments on commit 106b153

Please sign in to comment.