From da4eac515cebd611b29751b34220f5c704c80b64 Mon Sep 17 00:00:00 2001 From: marlowl Date: Tue, 10 Mar 2020 13:49:17 +0100 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a2c9c14..c67cefb8 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,13 @@ If more customization is needed, a full configuration file can be mounted in the $ docker run -p 80:80 -v /your-config-dir/config.json:/usr/share/nginx/html/config.json alethio/ethereum-lite-explorer ``` ### Running in Kubernetes -The default `APP_NODE_URL` is set to `http://localhost:8545` in `.kubernetes/explorer-deployment.yaml`. Change `APP_NODE_URL` to your own URL of a RPC enabled node if needed. - You can deploy the Lite Explorer in Kubernetes using the following steps: - `cd .kubernetes` - Run `./deploy.sh` to deploy - Run `./remove.sh` to remove +The default `APP_NODE_URL` is set to `http://localhost:8545` in `.kubernetes/explorer-deployment.yaml`. Change `APP_NODE_URL` to your own URL of a RPC enabled node if needed. + ### Building from source