From 86ddddfd46ee5113b6a275dddfabf2d084e7df85 Mon Sep 17 00:00:00 2001 From: Greg Hill Date: Tue, 15 Oct 2019 11:05:53 +0100 Subject: [PATCH] increase block time for burrow liveness (#17976) Signed-off-by: Gregory Hill --- stable/burrow/Chart.yaml | 2 +- stable/burrow/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/burrow/Chart.yaml b/stable/burrow/Chart.yaml index bdb51d3749..87e093e962 100644 --- a/stable/burrow/Chart.yaml +++ b/stable/burrow/Chart.yaml @@ -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 diff --git a/stable/burrow/values.yaml b/stable/burrow/values.yaml index b5cd1e7fb4..e1659a577b 100644 --- a/stable/burrow/values.yaml +++ b/stable/burrow/values.yaml @@ -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