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:
|
loggers:
|
||||||
bodhi:
|
bodhi:
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
level: INFO
|
level: DEBUG
|
||||||
{% else %}
|
{% else %}
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue