Skip to content

Commit 06027b5

Browse files
committed
fix(charts): refine init container and probe configurations in README.md
- Updated init container descriptions for shared and validator pods. - Adjusted liveness and readiness probe configurations for clarity and accuracy, including paths and thresholds.
1 parent 8ff8511 commit 06027b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/network/charts/network-nodes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A Helm chart for Kubernetes
8282
| initContainers.shared | list|string | `[]` | Init containers applied to both validator and RPC pods. |
8383
| initContainers.validator | list|string | `[]` | Additional init containers exclusively for validator pods. |
8484
| livenessProbe.failureThreshold | int | `3` | Consecutive failures required before the container is restarted. |
85-
| livenessProbe.httpGet.path | string | `"/readiness?minPeers=1&maxBlocksBehind=100"` | HTTP path used for liveness probing. |
85+
| livenessProbe.httpGet.path | string | `"/readiness?minPeers=1&maxBlocksBehind=10000"` | HTTP path used for liveness probing. |
8686
| livenessProbe.httpGet.port | string|int | `"json-rpc"` | Target container port serving the liveness endpoint. |
8787
| livenessProbe.initialDelaySeconds | int | `30` | Seconds to wait before starting liveness checks. |
8888
| livenessProbe.periodSeconds | int | `10` | Frequency of liveness checks in seconds. |
@@ -119,7 +119,7 @@ A Helm chart for Kubernetes
119119
| podLabels | object | `{}` | |
120120
| podSecurityContext | object | `{}` | |
121121
| readinessProbe.failureThreshold | int | `3` | Consecutive failures required before the pod is considered unready. |
122-
| readinessProbe.httpGet.path | string | `"/readiness?minPeers=0&maxBlocksBehind=100"` | HTTP path used for readiness probing, including peer/sync thresholds. |
122+
| readinessProbe.httpGet.path | string | `"/liveness"` | HTTP path used for readiness probing, including peer/sync thresholds. |
123123
| readinessProbe.httpGet.port | string|int | `"json-rpc"` | Target container port serving the readiness endpoint. |
124124
| readinessProbe.initialDelaySeconds | int | `15` | Seconds to wait before starting readiness checks. |
125125
| readinessProbe.periodSeconds | int | `5` | Frequency of readiness checks in seconds. |

0 commit comments

Comments
 (0)