You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/apis/configuration/v1/types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -645,7 +645,7 @@ type TransportServerUpstream struct {
645
645
Servicestring`json:"service"`
646
646
// The port of the service. If the service doesn’t define that port, NGINX will assume the service has zero endpoints and close client connections/ignore datagrams. The port must fall into the range 1..65535.
647
647
Portint`json:"port"`
648
-
// Sets the number of unsuccessful attempts to communicate with the server that should happen in the duration set by the failTimeout parameter to consider the server unavailable. The default 1.
648
+
// Sets the number of unsuccessful attempts to communicate with the server that should happen in the duration set by the failTimeout parameter to consider the server unavailable. The default is 1.
649
649
FailTimeoutstring`json:"failTimeout"`
650
650
// Sets the number of maximum connections to the proxied server. Default value is zero, meaning there is no limit. The default is 0.
0 commit comments