Skip to content
Snippets Groups Projects
Verified Commit 8ca13f3b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

nginx-ingress: Fix loadbalancer healthcheck

parent 79a6efe2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment