Skip to content

Commit 6f1becd

Browse files
committed
fix(charts): enhance pod annotations and readiness probe documentation in README.md
- Improved comments for pod annotations related to Prometheus scraping. - Clarified readiness probe configuration details, including failure thresholds and HTTP paths for better understanding and documentation generation.
1 parent 3811a66 commit 6f1becd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,7 @@ A Helm chart for Kubernetes
118118
| podAnnotations."prometheus.io/scrape" | string | `"true"` | Enables Prometheus scraping of the Besu metrics endpoint. |
119119
| podLabels | object | `{}` | |
120120
| podSecurityContext | object | `{}` | |
121-
| readinessProbe.failureThreshold | int | `3` | Consecutive failures required before the pod is considered unready. |
122-
| readinessProbe.httpGet.path | string | `"/liveness"` | HTTP path used for readiness probing, including peer/sync thresholds. |
123-
| readinessProbe.httpGet.port | string|int | `"json-rpc"` | Target container port serving the readiness endpoint. |
124-
| readinessProbe.initialDelaySeconds | int | `15` | Seconds to wait before starting readiness checks. |
125-
| readinessProbe.periodSeconds | int | `5` | Frequency of readiness checks in seconds. |
126-
| readinessProbe.timeoutSeconds | int | `2` | Timeout in seconds before marking the probe as failed. |
121+
| readinessProbe | string | `nil` | |
127122
| resources | object | `{}` | |
128123
| rpcReplicaCount | int | `2` | Number of RPC node replicas provisioned via StatefulSet. |
129124
| securityContext | object | `{}` | |

0 commit comments

Comments
 (0)