Problem: Liveness probe too aggressive (#2284)

This commit is contained in:
Ahmed Muawia Khan 2018-05-11 14:58:59 +02:00 committed by GitHub
parent d2685052a6
commit bcfb577cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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