Skip to content

Commit 7528249

Browse files
committed
chore(helm): refine readiness probe settings in network nodes README
1 parent e87224c commit 7528249

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
@@ -119,10 +119,10 @@ 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 | `"/readiness?minPeers=1&maxBlocksBehind=100"` | 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. |
125-
| readinessProbe.periodSeconds | int | `10` | Frequency of readiness checks in seconds. |
125+
| readinessProbe.periodSeconds | int | `5` | Frequency of readiness checks in seconds. |
126126
| readinessProbe.timeoutSeconds | int | `2` | Timeout in seconds before marking the probe as failed. |
127127
| resources | object | `{}` | |
128128
| rpcReplicaCount | int | `2` | Number of RPC node replicas provisioned via StatefulSet. |

0 commit comments

Comments
 (0)