diff --git a/terraform/loadbalancer.tf b/terraform/loadbalancer.tf index 4fbb95169686dac7110ec60864cad4a366647049..cec66e1a53ac91db0c4ea438dbd0ee49cca87903 100644 --- a/terraform/loadbalancer.tf +++ b/terraform/loadbalancer.tf @@ -40,7 +40,7 @@ resource "hcloud_load_balancer_service" "lb_ingress_http" { health_check { protocol = "tcp" - port = 80 + port = 32080 interval = 10 timeout = 1 retries = 3 @@ -55,7 +55,7 @@ resource "hcloud_load_balancer_service" "lb_ingress_https" { health_check { protocol = "tcp" - port = 443 + port = 32443 interval = 10 timeout = 1 retries = 3