re-enable node healthcheck
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4dc6c9e97f
commit
d9b14cd3cb
|
@ -9,10 +9,10 @@
|
|||
port: '{{ beacon_node_listening_port }}'
|
||||
address: '{{ beacon_node_public_address }}'
|
||||
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus']
|
||||
#checks:
|
||||
# - name: 'beacon-node-health'
|
||||
# type: 'tcp'
|
||||
# tcp: 'localhost:{{ beacon_node_listening_port }}'
|
||||
checks:
|
||||
- name: 'beacon-node-health'
|
||||
type: 'tcp'
|
||||
tcp: 'localhost:{{ beacon_node_listening_port }}'
|
||||
|
||||
- id: '{{ beacon_node_cont_name }}-metrics'
|
||||
name: 'beacon-node-metrics'
|
||||
|
|
Loading…
Reference in New Issue