Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/loadbalancers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ func servicePortToBackend(service *v1.Service, loadbalancer *scwlb.LB, port v1.S
12501250
healthCheck.HTTPSConfig = &scwlb.HealthCheckHTTPConfig{
12511251
Method: "GET",
12521252
Code: scw.Int32Ptr(200),
1253-
URI: "/",
1253+
URI: "/healthz",
12541254
}
12551255
default:
12561256
klog.Errorf("wrong value for healthCheckType")

0 commit comments

Comments
 (0)