mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
increase block time for burrow liveness (#17976)
Signed-off-by: Gregory Hill <greg.hill@monax.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ff6684e6c9
commit
86ddddfd46
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user