ObolNetwork / charon-k8s-distributed-validator-cluster

A set of Kubernetes manifests for deploying Distributed Validator Clusters.
3 stars 0 forks source link

Update Charon readiness and liveness probe #101

Closed sugh01 closed 1 year ago

sugh01 commented 1 year ago

readinessProbe: httpGet: path: /readyz port: 3620 initialDelaySeconds: 5 periodSeconds: 3 livenessProbe: httpGet: path: /livez port: 3620 initialDelaySeconds: 10 periodSeconds: 5