increase block time for burrow liveness (#17976)

Signed-off-by: Gregory Hill <greg.hill@monax.io>
This commit is contained in:
Greg Hill
2019-10-15 03:05:53 -07:00
committed by Kubernetes Prow Robot
parent ff6684e6c9
commit 86ddddfd46
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: burrow
version: 1.5.1
version: 1.5.2
appVersion: 0.29.0
description: Burrow is a permissionable smart contract machine
home: https://github.com/hyperledger/burrow
+1 -1
View File
@@ -119,7 +119,7 @@ info:
livenessProbe:
enabled: true
path: /status?block_seen_time_within=3m
path: /status?block_seen_time_within=10m
initialDelaySeconds: 240
timeoutSeconds: 1
periodSeconds: 30