update-2023-10-24

This commit is contained in:
ByeonJungHun
2023-10-24 15:33:16 +09:00
parent a1fd02ac26
commit 6e75612e4f
8 changed files with 202 additions and 195 deletions

View File

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