Skip to content

Commit

Permalink
fix(tracoor-server): Add GRPC port (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Feb 12, 2024
1 parent c580ccd commit c8d26b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tracoor-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tracoor-server
description: Ethereum debug data capture and indexer
home: https://github.com/ethpandaops/tracoor
type: application
version: 0.0.1
version: 0.0.2
maintainers:
- name: samcm
email: sam.calder-mason@ethereum.org
Expand Down
2 changes: 1 addition & 1 deletion charts/tracoor-server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# tracoor-server

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

Ethereum debug data capture and indexer

Expand Down
3 changes: 3 additions & 0 deletions charts/tracoor-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ spec:
- name: metrics
containerPort: {{ include "tracoor-server.metricsPort" . }}
protocol: TCP
- name: grpc
containerPort: {{ include "tracoor-server.grpcPort" . }}
protocol: TCP
{{- if (include "tracoor-server.pprofPort" .) }}
- name: pprof
containerPort: {{ include "tracoor-server.pprofPort" . }}
Expand Down

0 comments on commit c8d26b5

Please sign in to comment.