Skip to content

Commit

Permalink
docs: auto-generate chart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent d7a88ff commit a104451
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions charts/jrpc-interceptor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# jrpc-interceptor

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square)

A Helm chart for the JRPC Interceptor application

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Nethermind | | <https://nethermind.io> |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.LOG_SERVER_DEBUG | string | `"true"` | |
| env.SERVICE_TO_PROXY | string | `"op-fullnode-op-execution:8545"` | |
| env.USE_PROMETHEUS | string | `"true"` | |
| host | string | `"0.0.0.0"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"ghcr.io/nethermindeth/jrpc-interceptor"` | |
| image.tag | string | `"main"` | |
| ports.http | int | `8081` | |
| ports.logServer | int | `514` | |
| ports.metrics | int | `9120` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"100m"` | |
| resources.limits.memory | string | `"128Mi"` | |
| resources.requests.cpu | string | `"100m"` | |
| resources.requests.memory | string | `"128Mi"` | |
| service.type | string | `"ClusterIP"` | |
| serviceMonitor.additionalLabels | object | `{}` | |
| serviceMonitor.enabled | bool | `true` | |
| serviceMonitor.interval | string | `"15s"` | |
| serviceMonitor.namespace | string | `""` | |
| serviceMonitor.scrapeTimeout | string | `"10s"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit a104451

Please sign in to comment.