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 ad866d4 commit d858adcCopy full SHA for d858adc
deploy/tasks/buildah-oci-ta.yaml
@@ -142,7 +142,7 @@ spec:
142
- name: BYTE_BUFFER_SIZE
143
description: The byte buffer size to use for the domain proxy.
144
type: string
145
- default: 1024
+ default: 10485760
146
- name: PROXY_TARGET_WHITELIST
147
description: Comma separated whitelist of target hosts for the domain proxy.
148
domain-proxy/common.go
@@ -14,7 +14,7 @@ import (
14
15
const (
16
ByteBufferSizeKey = "BYTE_BUFFER_SIZE"
17
- DefaultByteBufferSize = 1024
+ DefaultByteBufferSize = 10485760
18
DomainSocketKey = "DOMAIN_SOCKET"
19
DefaultDomainSocket = "/tmp/domain-socket.sock"
20
ConnectionTimeoutKey = "CONNECTION_TIMEOUT"
0 commit comments