update-2023-10-25
This commit is contained in:
@@ -15,10 +15,10 @@ resource "ncloud_lb_target_group" "exem-dsk-lb-group" {
|
||||
protocol = "TCP"
|
||||
http_method = "GET"
|
||||
port = 6443
|
||||
url_path = "/livez?verbose"
|
||||
#url_path = "/livez?verbose"
|
||||
cycle = 30
|
||||
up_threshold = 3
|
||||
down_threshold = 3
|
||||
down_threshold = 5
|
||||
}
|
||||
algorithm_type = "RR"
|
||||
}
|
||||
@@ -33,5 +33,5 @@ resource "ncloud_lb_listener" "exem-dsk-lb-listener" {
|
||||
protocol = "TCP"
|
||||
port = 6443
|
||||
target_group_no = ncloud_lb_target_group.exem-dsk-lb-group.target_group_no
|
||||
ssl_certificate_no = 20941
|
||||
#ssl_certificate_no = 20941
|
||||
}
|
||||
Reference in New Issue
Block a user