Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
marlowl committed Mar 10, 2020
1 parent 9d6734c commit da4eac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da4eac5

Please sign in to comment.