We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd7ea5 commit 0b280cbCopy full SHA for 0b280cb
deploy/tasks/buildah-oci-ta.yaml
@@ -154,7 +154,7 @@ spec:
154
- name: IDLE_TIMEOUT
155
description: The idle timeout in milliseconds to use for the domain proxy.
156
type: string
157
- default: 20000
+ default: 30000
158
- name: PROXY_TARGET_WHITELIST
159
description: Comma separated whitelist of target hosts for the domain proxy.
160
pkg/domainproxy/common/common.go
@@ -20,7 +20,7 @@ const (
20
ConnectionTimeoutKey = "CONNECTION_TIMEOUT"
21
DefaultConnectionTimeout = 10000 * time.Millisecond
22
IdleTimeoutKey = "IDLE_TIMEOUT"
23
- DefaultIdleTimeout = 20000 * time.Millisecond
+ DefaultIdleTimeout = 30000 * time.Millisecond
24
TCP = "tcp"
25
UNIX = "unix"
26
)
0 commit comments