-
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
0f90720
commit ae62747
Showing
2 changed files
with
49 additions
and
0 deletions.
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,48 @@ | ||
# op-conductor-mon | ||
|
||
![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 OP Conductor monitoring | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| cLabs | <[email protected]> | <https://clabs.co> | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/celo-org/op-signer-service> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | Kubernetes pod affinity | | ||
| config | string | `""` | Config as string. Minimal example at https://github.com/ethereum-optimism/optimism/blob/develop/proxyd/example.config.toml | | ||
| fullnameOverride | string | `""` | Chart full name override | | ||
| image.pullPolicy | string | `"IfNotPresent"` | Image pullpolicy | | ||
| image.repository | string | `"us-docker.pkg.dev/oplabs-tools-artifacts/images/op-conductor-mon"` | Image repository | | ||
| image.tag | string | `"main"` | Image tag Overrides the image tag whose default is the chart appVersion. | | ||
| imagePullSecrets | list | `[]` | Image pull secrets | | ||
| livenessProbe | object | `{"httpGet":{"path":"/healthz","port":"healthz"}}` | Liveness probe configuration | | ||
| nameOverride | string | `""` | Chart name override | | ||
| nodeSelector | object | `{}` | Kubernetes node selector | | ||
| podAnnotations | object | `{}` | Custom pod annotations | | ||
| podLabels | object | `{}` | Custom pod labels | | ||
| podSecurityContext | object | `{}` | Custom pod security context | | ||
| readinessProbe | object | `{"httpGet":{"path":"/healthz","port":"healthz"}}` | Readiness probe configuration | | ||
| replicaCount | int | `1` | Number of deployment replicas | | ||
| resources | object | `{}` | Container resources | | ||
| securityContext | object | `{}` | Custom container security context | | ||
| service.healthzPort | int | `8080` | Healthz port | | ||
| service.metricsPort | int | `7300` | Metrics port | | ||
| service.type | string | `"ClusterIP"` | K8S service type | | ||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account | | ||
| serviceAccount.automount | bool | `true` | Automatically mount a ServiceAccount's API credentials? | | ||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | ||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | | ||
| tolerations | list | `[]` | Kubernetes tolerations | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) |