mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Merge pull request #1999 from hashicorp/d-service-https
Fix example for service using HTTPS check
This commit is contained in:
@@ -247,7 +247,8 @@ service {
|
||||
}
|
||||
|
||||
check {
|
||||
type = "https"
|
||||
type = "http"
|
||||
protocol = "https"
|
||||
port = "lb"
|
||||
path = "/_healthz"
|
||||
interval = "5s"
|
||||
|
||||
Reference in New Issue
Block a user