Skip to content

Commit df962e4

Browse files
Update pkg/apis/configuration/v1/types.go
Co-authored-by: Paul Abel <[email protected]> Signed-off-by: mohamad_al <[email protected]>
1 parent 739eb6f commit df962e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/configuration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ type TransportServerUpstream struct {
645645
Service string `json:"service"`
646646
// 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.
647647
Port int `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.
649649
FailTimeout string `json:"failTimeout"`
650650
// Sets the number of maximum connections to the proxied server. Default value is zero, meaning there is no limit. The default is 0.
651651
MaxFails *int `json:"maxFails"`

0 commit comments

Comments
 (0)