Syncoor Server - Used to collect data about multiple syncoor runs.
Homepage: https://github.com/ethpandaops/syncoor
| Name | Url | |
|---|---|---|
| skylenet | rafael@skyle.net |
Kubernetes: >=1.28.0-0
| Repository | Name | Version |
|---|---|---|
| https://bjw-s-labs.github.io/helm-charts | common | 4.2.0 |
| Key | Type | Default | Description |
|---|---|---|---|
| controllers.main.containers.main.command[0] | string | "sh" |
|
| controllers.main.containers.main.command[1] | string | "-c" |
|
| controllers.main.containers.main.command[2] | string | "syncoor server --listen=:8080 --auth-token=$AUTH_TOKEN --log-level=info" |
|
| controllers.main.containers.main.image.pullPolicy | string | "IfNotPresent" |
|
| controllers.main.containers.main.image.repository | string | "ghcr.io/ethpandaops/syncoor" |
|
| controllers.main.containers.main.image.tag | string | "master" |
|
| controllers.main.containers.main.resources.limits | string | nil |
|
| controllers.main.containers.main.resources.requests | string | nil |
|
| controllers.main.strategy | string | "Recreate" |
|
| controllers.main.type | string | "deployment" |
|
| ingress.main.enabled | bool | false |
|
| ingress.main.hosts[0].host | string | "chart-example.local" |
|
| ingress.main.hosts[0].paths[0].path | string | "/" |
|
| ingress.main.hosts[0].paths[0].pathType | string | "Prefix" |
|
| ingress.main.hosts[0].paths[0].service.identifier | string | "main" |
|
| ingress.main.hosts[0].paths[0].service.port | string | "http" |
|
| secrets.secretenv.enabled | bool | true |
|
| secrets.secretenv.stringData.AUTH_TOKEN | string | "not-so-secret-auth-token" |
|
| service.main.controller | string | "main" |
|
| service.main.ports.http.port | int | 80 |
|
| service.main.ports.http.protocol | string | "TCP" |
|
| service.main.ports.http.targetPort | int | 8080 |
Autogenerated from chart metadata using helm-docs v1.5.0