use a TCP port healthcheck

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-17 19:49:08 +01:00
parent 9b9bb16d64
commit 3568c975d1
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,6 @@
address: '{{ memcached_addr }}'
checks:
- id: '{{ memcached_service }}-health'
name: 'Memcached Healthcheck'
type: 'http'
http: 'http://localhost:{{ memcached_port }}/'
name: 'Memcached'
type: 'tcp'
tcp: '{{ memcached_addr }}:{{ memcached_port }}'