mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 23:36:00 +00:00
Adds missing tls_skip_verify option to HTTP check example.
This commit is contained in:
parent
6e1ee02689
commit
a6987c1812
@ -107,7 +107,8 @@ A HTTP check:
|
||||
"check": {
|
||||
"id": "api",
|
||||
"name": "HTTP API on port 5000",
|
||||
"http": "http://localhost:5000/health",
|
||||
"http": "https://localhost:5000/health",
|
||||
"tls_skip_verify": false,
|
||||
"method": "POST",
|
||||
"header": {"x-foo":["bar", "baz"]},
|
||||
"interval": "10s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user