Skip to content

Commit 098f15d

Browse files
committed
Use TCP protocol to prevent termination at the load balancer
Signed-off-by: Mark Cram <[email protected]>
1 parent 75d69fe commit 098f15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/loadbalancer/loadbalancer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ resource "oci_load_balancer_listener" "https_listener" {
4141
name = "https"
4242
default_backend_set_name = oci_load_balancer_backend_set.ingress_controller[1].name
4343
port = 443
44-
protocol = "HTTP"
44+
protocol = "TCP"
4545
}

0 commit comments

Comments
 (0)