|
1 | | -# eth-validator-watcher |
| 1 | +# ethereum-validator-watcher |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | | -A Helm chart for running eth-validator-watcher |
| 5 | +A Helm chart to deploy ethereum-validator-watcher on Kubernetes |
6 | 6 |
|
7 | 7 | ## Maintainers |
8 | 8 |
|
9 | 9 | | Name | Email | Url | |
10 | 10 | | ---- | ------ | --- | |
11 | | -| Alluvial | <contact@alluvial.finance> | <https://alluvial.finance> | |
| 11 | +| kiln | <contact@kiln.fi> | | |
12 | 12 |
|
13 | 13 | ## Values |
14 | 14 |
|
15 | 15 | | Key | Type | Default | Description | |
16 | 16 | |-----|------|---------|-------------| |
17 | 17 | | affinity | object | `{}` | | |
18 | | -| config.beaconType | string | `"other"` | | |
19 | | -| config.beaconUrl | string | `"http://localhost:5052"` | | |
20 | | -| config.watchedKeys | list | `[]` | List of public keys to watch. See https://github.com/kilnfi/eth-validator-watcher/blob/main/README.md#command-lines-examples | |
21 | | -| env | object | `{}` | | |
22 | | -| envFrom | object | `{}` | | |
23 | | -| extraArgs | list | `[]` | | |
24 | | -| extraInitContainers | list | `[]` | | |
| 18 | +| config.beacon_timeout_sec | int | `90` | | |
| 19 | +| config.beacon_url | string | `"http://beacon-url:5051"` | | |
| 20 | +| config.metrics_port | int | `8000` | | |
| 21 | +| config.network | string | `"network-name"` | | |
| 22 | +| config.watched_keys[0].labels[0] | string | `"operator:kiln"` | | |
| 23 | +| config.watched_keys[0].labels[1] | string | `"vc:prysm-validator-1"` | | |
| 24 | +| config.watched_keys[0].public_key[0] | string | `"989fa046d04b41fc95a04dabb7ab8b64e84afaa85c0aa49e1c6878d7b2814094402d62ae42dfbf3ac72e6770ee0926a8"` | | |
| 25 | +| deploymentAnnotations | object | `{}` | | |
| 26 | +| extraArgs | object | `{}` | | |
25 | 27 | | fullnameOverride | string | `""` | | |
26 | 28 | | image.pullPolicy | string | `"IfNotPresent"` | | |
27 | 29 | | image.repository | string | `"ghcr.io/kilnfi/eth-validator-watcher"` | | |
28 | | -| image.tag | string | `""` | | |
29 | | -| imagePullSecrets | list | `[]` | | |
30 | | -| livenessProbe.failureThreshold | int | `1` | | |
31 | | -| livenessProbe.initialDelaySeconds | int | `60` | | |
| 30 | +| image.tag | string | `"1.0.0-beta8"` | | |
| 31 | +| livenessProbe.failureThreshold | int | `10` | | |
| 32 | +| livenessProbe.httpGet.path | string | `"/"` | | |
| 33 | +| livenessProbe.httpGet.port | int | `8000` | | |
| 34 | +| livenessProbe.initialDelaySeconds | int | `600` | | |
32 | 35 | | livenessProbe.periodSeconds | int | `60` | | |
33 | | -| livenessProbe.successThreshold | int | `1` | | |
34 | | -| livenessProbe.timeoutSeconds | int | `1` | | |
| 36 | +| livenessProbe.timeoutSeconds | int | `60` | | |
35 | 37 | | nameOverride | string | `""` | | |
36 | 38 | | nodeSelector | object | `{}` | | |
37 | 39 | | podAnnotations | object | `{}` | | |
38 | 40 | | podLabels | object | `{}` | | |
39 | 41 | | podMonitor.additionalLabels | object | `{}` | | |
40 | | -| podMonitor.enabled | bool | `false` | | |
| 42 | +| podMonitor.enabled | bool | `true` | | |
41 | 43 | | podMonitor.interval | string | `"12s"` | | |
42 | 44 | | podMonitor.relabelings | list | `[]` | | |
43 | 45 | | podMonitor.scheme | string | `"http"` | | |
44 | 46 | | podMonitor.tlsConfig | object | `{}` | | |
45 | 47 | | podSecurityContext | object | `{}` | | |
46 | | -| readinessProbe.failureThreshold | int | `1` | | |
47 | | -| readinessProbe.initialDelaySeconds | int | `60` | | |
48 | | -| readinessProbe.periodSeconds | int | `60` | | |
49 | | -| readinessProbe.successThreshold | int | `1` | | |
50 | | -| readinessProbe.timeoutSeconds | int | `1` | | |
| 48 | +| readinessProbe | object | `{}` | | |
51 | 49 | | replicaCount | int | `1` | | |
52 | | -| resources.limits.memory | string | `"2400Mi"` | | |
53 | | -| resources.requests.cpu | string | `"100m"` | | |
54 | | -| resources.requests.memory | string | `"1200Mi"` | | |
| 50 | +| resources | object | `{}` | | |
55 | 51 | | securityContext | object | `{}` | | |
56 | | -| service.port | int | `80` | | |
57 | | -| service.type | string | `"ClusterIP"` | | |
58 | 52 | | serviceAccount.annotations | object | `{}` | | |
59 | 53 | | serviceAccount.create | bool | `true` | | |
60 | 54 | | serviceAccount.labels | object | `{}` | | |
61 | 55 | | serviceAccount.name | string | `""` | | |
| 56 | +| startupProbe | object | `{}` | | |
62 | 57 | | tolerations | list | `[]` | | |
63 | | -| volumeMounts | object | `{}` | | |
64 | | -| volumes | object | `{}` | | |
65 | 58 |
|
66 | 59 | ---------------------------------------------- |
67 | | -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) |
| 60 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments