You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| rpcdaemon.replicaCount | Number of replicas to run | int | `2` |
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"}` |
@@ -160,6 +160,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
160
160
| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | string | `""` |
161
161
| statefulNode.affinity | | object | `{}` |
162
162
| statefulNode.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple Erigon instances on the same host | bool | `true` |
163
+
| statefulNode.datadir | The path to the Erigon data directory | string | `"/storage"` |
163
164
| statefulNode.extraArgs | Additional CLI arguments to pass to `erigon` | list | `[]` |
164
165
| statefulNode.extraContainers | Additional containers to inject to this graph node group - an array of Container objects | list | `[]` |
165
166
| statefulNode.extraInitContainers | Additional init containers to inject to this graph node group - an array of Container objects | list | `[]` |
@@ -177,7 +178,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
177
178
| statefulNode.p2pNodePort.initContainer.image.tag | Container tag | string | `"v1.25.4"` |
178
179
| statefulNode.p2pNodePort.port | NodePort to be used. Must be unique. | int | `31000` |
179
180
| statefulNode.podAnnotations | Annotations for the `Pod` | object | `{}` |
0 commit comments