2
2
3
3
Deploy and scale [ Arbitrum-Nitro] ( https://github.com/OffchainLabs/nitro/ ) inside Kubernetes with ease
4
4
5
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.6.1 ] ( https://img.shields.io/badge/Version-0.6.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.5.3-0a9c975 ] ( https://img.shields.io/badge/AppVersion-v3.5.3--0a9c975 -informational?style=flat-square )
5
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.6.2 ] ( https://img.shields.io/badge/Version-0.6.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.5.4-217e414 ] ( https://img.shields.io/badge/AppVersion-v3.5.4--217e414 -informational?style=flat-square )
6
6
7
7
## Features
8
8
@@ -94,8 +94,9 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
94
94
| nameOverride | | string | `""` |
95
95
| nitro.affinity | | object | `{}` |
96
96
| nitro.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple arbitrum instances on the same host | bool | `true` |
97
- | nitro.config | Nitro configuration parameters | object | `{"chain":42161,"classicUrl":null,"defaultArgs":["--execution.caching.archive"],"extraArgs":[],"httpRpc":{"addr":"0.0.0.0","api":"net,web3,eth,debug","cors":"*","vhosts":"*"},"metrics":{"addr":"0.0.0.0","enabled":true},"parentChainBeaconUrl":"CHANGE_ME_BEACON_URL" ,"parentChainUrl":"CHANGE_ME_RPC_URL" }` |
97
+ | nitro.config | Nitro configuration parameters | object | `{"chain":42161,"chainInfo":false,"chainInfoJson":""," classicUrl":null,"defaultArgs":["--execution.caching.archive"],"extraArgs":[],"httpRpc":{"addr":"0.0.0.0","api":"net,web3,eth,debug","cors":"*","vhosts":"*"},"metrics":{"addr":"0.0.0.0","enabled":true},"parentChainBeaconUrl":null ,"parentChainUrl":null }` |
98
98
| nitro.config.chain | Chain ID, 42161 for Arbitrum One | int | `42161` |
99
+ | nitro.config.chainInfo | enable a configmap mount for a chain-info.json file, useful for L3 Orbit chains | bool | `false` |
99
100
| nitro.config.classicUrl | RPC Url to Arbitrum Classic Archive node if serving classic blocks | string | `nil` |
100
101
| nitro.config.defaultArgs | Enabled default arguments on the chart | list | `["--execution.caching.archive"]` |
101
102
| nitro.config.extraArgs | Additional CLI arguments to pass to `nitro` | list | `[]` |
@@ -107,8 +108,8 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
107
108
| nitro.config.metrics | Metrics parameters | object | `{"addr":"0.0.0.0","enabled":true}` |
108
109
| nitro.config.metrics.addr | Listen address | string | `"0.0.0.0"` |
109
110
| nitro.config.metrics.enabled | Enable metrics | bool | `true` |
110
- | nitro.config.parentChainBeaconUrl | Beacon URL to L1 chain (ethereum) | string | `"CHANGE_ME_BEACON_URL" ` |
111
- | nitro.config.parentChainUrl | RPC URL to L1 chain (ethereum) | string | `"CHANGE_ME_RPC_URL" ` |
111
+ | nitro.config.parentChainBeaconUrl | Beacon URL to L1 chain (ethereum) | string | `nil ` |
112
+ | nitro.config.parentChainUrl | RPC URL to L1 chain (ethereum) | string | `nil ` |
112
113
| nitro.extraLabels | Extra labels to attach to the Pod for matching against | object | `{}` |
113
114
| nitro.nodeSelector | | object | `{}` |
114
115
| nitro.podAnnotations | Annotations for the `Pod` | object | `{}` |
0 commit comments