Skip to content

Commit

Permalink
readme updated with new instructions for installing the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyShacklefurd committed Jul 19, 2022
1 parent 30634b4 commit 8eeeed7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,15 @@ Where the `result` value matches the .env `CHAIN_ID` configuration value or the

### Helm Chart

In this repo there is a `helm-chart` directory that contains the configurations to deploy Hedera's json-rpc relay to a K8s cluster.
To get started install the helm chart:
This repos `helm-chart` directory that contains the configurations to deploy Hedera's json-rpc relay to a K8s cluster. These same configurations are also available via helm repo.
To install the helm chart first install the helm repo:
```
helm install hedera-json-rpc-relay ./helm-chart --debug
helm repo add hedera-json-rpc-relay https://hashgraph.github.io/hedera-json-rpc-relay/charts
helm repo update
```
now install the helm chart:
```
helm install [RELEASE_NAME] hedera-json-rpc-relay/hedera-json-rpc-relay -f /path/to/values.yaml
```

To see the values that have been deployed:
Expand Down

0 comments on commit 8eeeed7

Please sign in to comment.