Bodhi: set the logging to debug and reduce the period of the liveness probe

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-12-12 19:17:19 +01:00 committed by Pierre-Yves Chibon
parent 7259c3d849
commit 8e307075e1
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ handlers:
loggers:
bodhi:
{% if env == "production" %}
level: INFO
level: DEBUG
{% else %}
level: DEBUG
{% endif %}

View file

@ -100,6 +100,7 @@ items:
livenessProbe:
timeoutSeconds: 10
initialDelaySeconds: 30
periodSeconds: 30
httpGet:
path: /
port: 8080