Unset default method for grpc check.

Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>
pull/806/head
thatInfrastructureGuy 2020-09-02 14:44:18 -07:00
parent 3ea70439ab
commit 904689bae4
No known key found for this signature in database
GPG Key ID: 3E9D4A7275BC5A6A
1 changed files with 2 additions and 0 deletions

View File

@ -351,11 +351,13 @@
this.service.expected = "status:SERVING"
this.service.port = 50051
this.service.verify_ssl = false
this.service.method = ""
} else {
this.service.expected_status = 200
this.service.expected = ""
this.service.port = 80
this.service.verify_ssl = true
this.service.method = "GET"
}
},
updatePermalink() {