use a TCP port healthcheck
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9b9bb16d64
commit
3568c975d1
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue