Skip to content

Commit

Permalink
Remove metrics on headless services (#266)
Browse files Browse the repository at this point in the history
* Remove metrics on headless service

* Remove metrics

* Bump version and update docs
  • Loading branch information
ausias-armesto authored Oct 28, 2024
1 parent 64d7513 commit f622049
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/lighthouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://launchpad.ethereum.org/static/media/lighthouse-circle.e0b82d14.png
sources:
- https://github.com/sigp/lighthouse
type: application
version: 1.1.3
version: 1.1.4
maintainers:
- name: skylenet
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/lighthouse/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# lighthouse

![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

An open-source Ethereum 2.0 client, written in Rust

Expand Down
4 changes: 0 additions & 4 deletions charts/lighthouse/templates/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spec:
targetPort: http-api
protocol: TCP
name: http-api
- port: {{ .Values.metricsPort }}
targetPort: metrics
protocol: TCP
name: metrics
{{- end }}
{{- if .Values.extraPorts }}
{{ toYaml .Values.extraPorts | nindent 4}}
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://launchpad.ethereum.org/static/media/nethermind-circle.fbbf1a32.png
sources:
- https://github.com/NethermindEth/nethermind
type: application
version: 1.0.12
version: 1.0.13
maintainers:
- name: skylenet
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# nethermind

![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Nethermind is an Ethereum execution layer implementation created with the C# .NET tech stack, running on all major platforms including ARM.

Expand Down
4 changes: 0 additions & 4 deletions charts/nethermind/templates/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ spec:
targetPort: auth-rpc
protocol: TCP
name: auth-rpc
- port: {{ .Values.metricsPort }}
targetPort: metrics
protocol: TCP
name: metrics
{{- if .Values.extraPorts }}
{{ toYaml .Values.extraPorts | nindent 4}}
{{- end }}
Expand Down

0 comments on commit f622049

Please sign in to comment.