We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2d844 commit 2383028Copy full SHA for 2383028
controller/annotations/backend.go
@@ -22,7 +22,7 @@ func GetBackendAnnotations(client api.HAProxyClient, b *models.Backend) []Annota
22
annotations := []Annotation{
23
NewBackendCfgSnippet("backend-config-snippet", client, b),
24
NewBackendAbortOnClose("abortonclose", b),
25
- NewBackendTimeoutCheck("check-timeout", b),
+ NewBackendTimeoutCheck("timeout-check", b),
26
NewBackendLoadBalance("load-balance", b),
27
NewBackendCookie("cookie-persistence", b),
28
}
0 commit comments