|
2 | 2 |
|
3 | 3 | Deploy and scale [Erigon](https://github.com/ledgerwatch/erigon) inside Kubernetes with ease |
4 | 4 |
|
5 | | -[](https://opensource.org/licenses/Apache-2.0)    |
| 5 | +[](https://opensource.org/licenses/Apache-2.0)    |
6 | 6 |
|
7 | 7 | ## Features |
8 | 8 |
|
@@ -152,7 +152,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. |
152 | 152 | | rpcdaemon.resources.limits | | object | `{}` | |
153 | 153 | | rpcdaemon.resources.requests | Requests must be specified if you are using autoscaling | object | `{"cpu":"500m","memory":"4Gi"}` | |
154 | 154 | | rpcdaemon.service.ports.http-jsonrpc | Service Port to expose rpcdaemon JSON-RPC interface on | int | `8545` | |
155 | | - | rpcdaemon.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6060` | |
| 155 | + | rpcdaemon.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6061` | |
156 | 156 | | rpcdaemon.service.type | | string | `"ClusterIP"` | |
157 | 157 | | rpcdaemon.tolerations | | list | `[]` | |
158 | 158 | | serviceAccount.annotations | Annotations to add to the service account | object | `{}` | |
@@ -197,7 +197,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. |
197 | 197 | | statefulNode.service.ports.http-beaconapi | Service Port to expose Beacon API interface on | int | `5555` | |
198 | 198 | | statefulNode.service.ports.http-engineapi | Service Port to expose engineAPI interface on | int | `8551` | |
199 | 199 | | statefulNode.service.ports.http-jsonrpc | Service Port to expose JSON-RPC interface on | int | `8545` | |
200 | | - | statefulNode.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6060` | |
| 200 | + | statefulNode.service.ports.http-metrics | Service Port to expose Prometheus metrics on | int | `6061` | |
201 | 201 | | statefulNode.service.ports.ws-rpc | Service Port to expose WS-RPC interface on | int | `8546` | |
202 | 202 | | statefulNode.service.publishNotReadyAddresses.headless | Toggle publishing not ready addresses for headless service | bool | `false` | |
203 | 203 | | statefulNode.service.publishNotReadyAddresses.p2p | Toggle publishing not ready addresses for p2p service | bool | `false` | |
|
0 commit comments