Skip to content

Commit

Permalink
store: lower sensitivity of consul healthchecks
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed May 12, 2024
1 parent e7b1cdc commit aa3e653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ansible/group_vars/store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ 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_critical: 20
nim_waku_consul_failures_before_warning: 10
nim_waku_consul_failures_before_critical: 40

# LetsEncrypt via Certbot
certbot_docker_enabled: true
Expand Down
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: infra-role-nim-waku
src: [email protected]:status-im/infra-role-nim-waku.git
version: 2eaeb82a0c5aae2b80e46a7c3965809f15d9b2cc
version: f8752012cc0dea0ef58530925b139b1b62683a4a
scm: git

- name: infra-role-certbot
Expand Down

0 comments on commit aa3e653

Please sign in to comment.