You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/network/charts/network-nodes/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,10 +119,10 @@ A Helm chart for Kubernetes
119
119
| podLabels | object |`{}`||
120
120
| podSecurityContext | object |`{}`||
121
121
| 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. |
123
123
| readinessProbe.httpGet.port | string|int |`"json-rpc"`| Target container port serving the readiness endpoint. |
124
124
| 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. |
126
126
| readinessProbe.timeoutSeconds | int |`2`| Timeout in seconds before marking the probe as failed. |
127
127
| resources | object |`{}`||
128
128
| rpcReplicaCount | int |`2`| Number of RPC node replicas provisioned via StatefulSet. |
0 commit comments