Skip to content

Commit 3811a66

Browse files
committed
fix(charts): enhance readiness probe configuration comments in values.yaml
- Updated comments for the readiness probe configuration to improve clarity and consistency. - Ensured all keys have helm-docs compatible comment blocks for better documentation generation.
1 parent 0cabf05 commit 3811a66

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

charts/network/charts/network-nodes/values.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -348,20 +348,20 @@ livenessProbe:
348348

349349
# Readiness probe configuration signalling when pods can accept traffic.
350350
readinessProbe:
351-
# HTTP GET probe configuration hitting the Besu readiness endpoint.
352-
httpGet:
353-
# -- (string) HTTP path used for readiness probing, including peer/sync thresholds.
354-
path: /liveness
355-
# -- (string|int) Target container port serving the readiness endpoint.
356-
port: json-rpc
357-
# -- (int) Seconds to wait before starting readiness checks.
358-
initialDelaySeconds: 15
359-
# -- (int) Frequency of readiness checks in seconds.
360-
periodSeconds: 5
361-
# -- (int) Timeout in seconds before marking the probe as failed.
362-
timeoutSeconds: 2
363-
# -- (int) Consecutive failures required before the pod is considered unready.
364-
failureThreshold: 3
351+
# # HTTP GET probe configuration hitting the Besu readiness endpoint.
352+
# httpGet:
353+
# # -- (string) HTTP path used for readiness probing, including peer/sync thresholds.
354+
# path: /liveness
355+
# # -- (string|int) Target container port serving the readiness endpoint.
356+
# port: json-rpc
357+
# # -- (int) Seconds to wait before starting readiness checks.
358+
# initialDelaySeconds: 15
359+
# # -- (int) Frequency of readiness checks in seconds.
360+
# periodSeconds: 5
361+
# # -- (int) Timeout in seconds before marking the probe as failed.
362+
# timeoutSeconds: 2
363+
# # -- (int) Consecutive failures required before the pod is considered unready.
364+
# failureThreshold: 3
365365

366366
# Persistent storage configuration for both validator and RPC StatefulSets.
367367
persistence:

0 commit comments

Comments
 (0)