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: loggers:
bodhi: bodhi:
{% if env == "production" %} {% if env == "production" %}
level: INFO level: DEBUG
{% else %} {% else %}
level: DEBUG level: DEBUG
{% endif %} {% endif %}

View file

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