From 2f697fe0709904cb56d72085cc94052e230821fb Mon Sep 17 00:00:00 2001 From: Matt Halder Date: Tue, 19 Jul 2022 14:54:43 -0600 Subject: [PATCH] readme updated with new instructions for installing the helm chart (#353) * readme updated with new instructions for installing the helm chart Signed-off-by: Matt Halder * updated word soup to be less wordie Signed-off-by: Matt Halder --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a472516ff..22d115765 100644 --- a/README.md +++ b/README.md @@ -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 contains the templates and values to deploy Hedera's json-rpc relay to a K8s cluster. This directory is packaged and distributed via helm repo. +To get started, 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: