-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automatic] - Update chart README.md
- Loading branch information
1 parent
78d2193
commit 7346dde
Showing
3 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# op-conductor | ||
|
||
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square) | ||
|
||
Helm chart deploying OP Conductor, a HA controller for op-node | ||
|
||
**Homepage:** <https://clabs.co> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| cLabs | <devops@clabs.co> | <https://clabs.co> | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/Layr-Labs/eigenda-proxy/tree/main> | ||
* <https://celo.org> | ||
* <https://docs.celo.org> | ||
* <https://clabs.co> | ||
* <https://github.com/celo-org> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.consensus.addr | string | `"0.0.0.0"` | | | ||
| config.consensus.port | int | `50050` | | | ||
| config.execution.rpc | string | `"http://op-geth:8545"` | | | ||
| config.healthcheck.interval | int | `0` | | | ||
| config.healthcheck.minPeerCount | int | `0` | | | ||
| config.healthcheck.safeEnabled | bool | `false` | | | ||
| config.healthcheck.safeInterval | int | `1200` | | | ||
| config.healthcheck.unsafeInterval | int | `0` | | | ||
| config.log.format | string | `"json"` | | | ||
| config.log.level | string | `"INFO"` | | | ||
| config.metrics.addr | string | `"0.0.0.0"` | | | ||
| config.metrics.enabled | bool | `true` | | | ||
| config.metrics.port | int | `7300` | | | ||
| config.network | string | `""` | | | ||
| config.node.rpc | string | `"http://op-node:8547"` | | | ||
| config.paused | bool | `false` | | | ||
| config.raft.bootstrap | bool | `false` | | | ||
| config.raft.server.id | int | `1` | | | ||
| config.raft.storage.dir | string | `"/raft"` | | | ||
| config.rpc.addr | string | `"0.0.0.0"` | | | ||
| config.rpc.enableAdmin | bool | `false` | | | ||
| config.rpc.enableProxy | bool | `true` | | | ||
| config.rpc.port | int | `8545` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"us-docker.pkg.dev/oplabs-tools-artifacts/images/op-conductor"` | | | ||
| image.tag | string | `"v0.0.1-rc.4"` | | | ||
| init.image.pullPolicy | string | `"IfNotPresent"` | | | ||
| init.image.repository | string | `"alpine"` | | | ||
| init.image.tag | float | `3.19` | | | ||
| init.rollup.url | string | `"https://storage.googleapis.com/cel2-rollup-files/dango/rollup.json"` | | | ||
| persistence.mountPath | string | `"/raft"` | | | ||
| persistence.pvc.accessMode | string | `"ReadWriteOnce"` | | | ||
| persistence.pvc.annotations | string | `nil` | | | ||
| persistence.pvc.size | string | `"1Gi"` | | | ||
| persistence.pvc.storageClass | string | `""` | | | ||
| persistence.type | string | `"pvc"` | | | ||
| podSecurityContext | object | `{}` | | | ||
| replicaCount | int | `1` | | | ||
| secrets.jwt.secretKey | string | `""` | | | ||
| secrets.jwt.secretName | string | `""` | | | ||
| secrets.jwt.value | string | `""` | | | ||
| services.consensus.annotations | object | `{}` | | | ||
| services.consensus.clusterIPs | list | `[]` | | | ||
| services.consensus.loadBalancerIPs | list | `[]` | | | ||
| services.consensus.port | int | `50050` | | | ||
| services.consensus.publishNotReadyAddresses | bool | `true` | | | ||
| services.consensus.type | string | `"ClusterIP"` | | | ||
| services.rpc.annotations | object | `{}` | | | ||
| services.rpc.clusterIPs | list | `[]` | | | ||
| services.rpc.loadBalancerIPs | list | `[]` | | | ||
| services.rpc.port | int | `8545` | | | ||
| services.rpc.publishNotReadyAddresses | bool | `true` | | | ||
| services.rpc.type | string | `"ClusterIP"` | | | ||
| statefulset.annotations | object | `{}` | | | ||
| statefulset.podAnnotations | object | `{}` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs). To regenerate run `helm-docs` command at this folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters