store-db: increase consul alert tresholds

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-08-11 15:03:18 +02:00
parent a2788b0f0b
commit f32d99fb06
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 8 additions and 1 deletions

View File

@ -56,6 +56,13 @@ postgres_system_setting_stage:
max_parallel_workers: '4'
max_parallel_maintenance_workers: '2'
# Consul
postgres_ha_consul_check_interval: '60s'
postgres_ha_consul_check_timeout: '5s'
postgres_ha_consul_success_before_passing: 1
postgres_ha_consul_failures_before_warning: 5
postgres_ha_consul_failures_before_critical: 10
# Open PostgreSQL Port
open_ports_default_comment: '{{ postgres_ha_service_name }}'
open_ports_default_chain: 'SERVICES'

View File

@ -26,4 +26,4 @@
- name: infra-role-postgres-ha
src: git@github.com:status-im/infra-role-postgres-ha.git
version: 4ac216d316256f606761707ffea6d8756e7948a7
version: 04b78168fd8024e8af2c6ec1d0ee28eeea7742a2