Ensure disableHTTP2 works with k8s crd
This commit is contained in:
parent
8e7881094f
commit
6f8e8ea252
4 changed files with 7 additions and 2 deletions
|
@ -3505,6 +3505,7 @@ func TestLoadIngressRoutes(t *testing.T) {
|
|||
{CertFile: "TESTCERT3", KeyFile: "TESTKEY3"},
|
||||
},
|
||||
MaxIdleConnsPerHost: 42,
|
||||
DisableHTTP2: true,
|
||||
ForwardingTimeouts: &dynamic.ForwardingTimeouts{
|
||||
DialTimeout: types.Duration(42 * time.Second),
|
||||
ResponseHeaderTimeout: types.Duration(42 * time.Second),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue