Skip to content

Commit

Permalink
feat(readme): Add helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jul 19, 2022
1 parent b8200e6 commit b939e2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ docker run -d -it --name ethereum-metrics-exporter -p 9090:9090 -it samcm/ethere
```
docker run -d -it --name ethereum-metrics-exporter -v $HOST_DIR_CHANGE_ME/config.yaml:/opt/exporter/config.yaml -p 9090:9090 -it samcm/ethereum-metrics-exporter --config /opt/exporter/config.yaml
```
### Kubernetes via Helm
[Read more](https://github.com/skylenet/ethereum-helm-charts/tree/master/charts/ethereum-metrics-exporter)
```
helm repo add ethereum-helm-charts https://skylenet.github.io/ethereum-helm-charts
helm install ethereum-metrics-exporter ethereum-helm-charts/ethereum-metrics-exporter -f your_values.yaml
```

### Standalone
Expand Down

0 comments on commit b939e2f

Please sign in to comment.