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 exit 0
fi fi
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 15 periodSeconds: 60
failureThreshold: 3 failureThreshold: 3
timeoutSeconds: 15 timeoutSeconds: 15
# BigchainDB container # BigchainDB container
@ -290,6 +290,6 @@ spec:
path: / path: /
port: bdb-port port: bdb-port
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 15 periodSeconds: 30
failureThreshold: 3 failureThreshold: 3
timeoutSeconds: 15 timeoutSeconds: 15