mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Liveness probe too aggressive (#2284)
This commit is contained in:
parent
d2685052a6
commit
bcfb577cfb
@ -149,7 +149,7 @@ spec:
|
||||
exit 0
|
||||
fi
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 15
|
||||
periodSeconds: 60
|
||||
failureThreshold: 3
|
||||
timeoutSeconds: 15
|
||||
# BigchainDB container
|
||||
@ -290,6 +290,6 @@ spec:
|
||||
path: /
|
||||
port: bdb-port
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 15
|
||||
periodSeconds: 30
|
||||
failureThreshold: 3
|
||||
timeoutSeconds: 15
|
||||
|
Loading…
x
Reference in New Issue
Block a user