update-2023-10-26

This commit is contained in:
ByeonJungHun
2023-10-26 12:07:33 +09:00
parent ffbf2f1eba
commit 83cb4a8430
5 changed files with 1118 additions and 231 deletions

View File

@@ -1,6 +1,6 @@
resource "ncloud_lb" "exem-dsk-lb" {
name = "kube-api-server-lb"
network_type = "PRIVATE"
network_type = "PUBLIC"
type = "NETWORK"
subnet_no_list = [ ncloud_subnet.loadbalancer_subnet.subnet_no ]
}