mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
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:
committed by
Pierre-Yves Chibon
parent
7259c3d849
commit
8e307075e1
@@ -34,7 +34,7 @@ handlers:
|
||||
loggers:
|
||||
bodhi:
|
||||
{% if env == "production" %}
|
||||
level: INFO
|
||||
level: DEBUG
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
|
||||
@@ -100,6 +100,7 @@ items:
|
||||
livenessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user