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:
parent
7259c3d849
commit
8e307075e1
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue