update-2023-10-25

This commit is contained in:
ByeonJungHun
2023-10-25 17:21:19 +09:00
parent 4bdcf096f2
commit 1d353a04a6
4 changed files with 247 additions and 3 deletions

View File

@@ -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
}