diff --git a/k8s/beacon-chain/beacon-chain.deploy.yaml b/k8s/beacon-chain/beacon-chain.deploy.yaml index 3fedaf9e3..d794cb487 100644 --- a/k8s/beacon-chain/beacon-chain.deploy.yaml +++ b/k8s/beacon-chain/beacon-chain.deploy.yaml @@ -77,8 +77,17 @@ spec: key: DEPOSIT_CONTRACT_ADDRESS readinessProbe: initialDelaySeconds: 60 - tcpSocket: - port: 4000 + httpGet: + path: /healthz + port: 9090 + livenessProbe: + initialDelaySeconds: 60 + failureThreshold: 30 # Fails consistently for 5 minutes + periodSeconds: 10 + httpGet: + path: /healthz + port: 9090 + volumeClaimTemplates: - metadata: name: beacondb