22
33Deploy and scale [ Arbitrum-Nitro] ( https://github.com/OffchainLabs/nitro/ ) inside Kubernetes with ease
44
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 )
66
77## Features
88
@@ -94,8 +94,9 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
9494 | nameOverride | | string | `""` |
9595 | nitro.affinity | | object | `{}` |
9696 | 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 }` |
9898 | 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` |
99100 | nitro.config.classicUrl | RPC Url to Arbitrum Classic Archive node if serving classic blocks | string | `nil` |
100101 | nitro.config.defaultArgs | Enabled default arguments on the chart | list | `["--execution.caching.archive"]` |
101102 | 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`.
107108 | nitro.config.metrics | Metrics parameters | object | `{"addr":"0.0.0.0","enabled":true}` |
108109 | nitro.config.metrics.addr | Listen address | string | `"0.0.0.0"` |
109110 | 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 ` |
112113 | nitro.extraLabels | Extra labels to attach to the Pod for matching against | object | `{}` |
113114 | nitro.nodeSelector | | object | `{}` |
114115 | nitro.podAnnotations | Annotations for the `Pod` | object | `{}` |
0 commit comments