update-2023-10-24
This commit is contained in:
@@ -14,8 +14,8 @@ resource "ncloud_lb_target_group" "jh-ncloud-test-lb-group" {
|
||||
health_check {
|
||||
protocol = "HTTPS"
|
||||
http_method = "GET"
|
||||
port = 6443
|
||||
url_path = "/livez?verbose"
|
||||
port = 8081
|
||||
url_path = "/"
|
||||
cycle = 30
|
||||
up_threshold = 3
|
||||
down_threshold = 3
|
||||
|
||||
Reference in New Issue
Block a user