store-db: increase consul alert tresholds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a2788b0f0b
commit
f32d99fb06
|
@ -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'
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
|
||||
- name: infra-role-postgres-ha
|
||||
src: git@github.com:status-im/infra-role-postgres-ha.git
|
||||
version: 4ac216d316256f606761707ffea6d8756e7948a7
|
||||
version: 04b78168fd8024e8af2c6ec1d0ee28eeea7742a2
|
||||
|
|
Loading…
Reference in New Issue