boot: increase consul check interval, warning threshold

To match settings for `store` nodes.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-08-06 20:02:46 +02:00
parent af9162fc2e
commit 491b6d37b6
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 3 additions and 1 deletions

View File

@ -61,8 +61,10 @@ nim_waku_websocket_ssl_cert: '/etc/letsencrypt/live/{{ nim_waku_websocket_domain
nim_waku_websocket_ssl_key: '/etc/letsencrypt/live/{{ nim_waku_websocket_domain }}/privkey.pem'
# Consul Service
nim_waku_consul_check_interval: '120s'
nim_waku_consul_check_timeout: '5s'
nim_waku_consul_success_before_passing: 5
nim_waku_consul_failures_before_warning: 2
nim_waku_consul_failures_before_warning: 5
nim_waku_consul_failures_before_critical: 20
# LetsEncrypt via Certbot